docs: regenerate

This commit is contained in:
goat 2023-01-26 23:57:38 +01:00
parent 4d7da00af3
commit 83586fd46b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
658 changed files with 80853 additions and 15683 deletions

View file

@ -101,6 +101,7 @@
<h5 id="FFXIVClientStructs_STD_StdMap_2_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct StdMap&lt;TKey, TValue&gt;
where TKey : struct where TValue : struct</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
@ -244,6 +245,38 @@
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_STD_StdMap_2_GetEnumerator.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.STD.StdMap%602.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/STD/Map.cs/#L19">View Source</a>
</span>
<a id="FFXIVClientStructs_STD_StdMap_2_GetEnumerator_" data-uid="FFXIVClientStructs.STD.StdMap`2.GetEnumerator*"></a>
<h4 id="FFXIVClientStructs_STD_StdMap_2_GetEnumerator" data-uid="FFXIVClientStructs.STD.StdMap`2.GetEnumerator">GetEnumerator()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public StdMap&lt;TKey, TValue&gt;.Enumerator GetEnumerator()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="FFXIVClientStructs.STD.StdMap-2.Enumerator.html">StdMap.Enumerator</a>&lt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>