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

@ -79,156 +79,25 @@
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">System.Attribute</span></div>
<div class="level2"><span class="xref">FixedArrayAttribute</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Attribute.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefaultAttribute()</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)</span>
</div>
<div>
<span class="xref">System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)</span>
</div>
<div>
<span class="xref">System.Attribute.Match(System.Object)</span>
</div>
<div>
<span class="xref">System.Attribute.TypeId</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div class="level1"><span class="xref">FixedArrayAttribute</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="FFXIVClientStructs.Attributes.html">FFXIVClientStructs.Attributes</a></h6>
<h6><strong>Assembly</strong>: FFXIVClientStructs.dll</h6>
<h5 id="FFXIVClientStructs_Attributes_FixedArrayAttribute_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Field)]
public class FixedArrayAttribute : Attribute</code></pre>
<pre><code class="lang-csharp hljs">public class FixedArrayAttribute : Attribute</code></pre>
</div>
<h3 id="constructors">Constructors
</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_Attributes_FixedArrayAttribute__ctor_System_Type_System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.Attributes.FixedArrayAttribute.%23ctor(System.Type%2CSystem.Int32)%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>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_Attributes_FixedArrayAttribute__ctor_Type_System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.Attributes.FixedArrayAttribute.%23ctor(Type%2CSystem.Int32)%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/Attributes/FixedArrayAttribute.cs/#L11">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/Attributes/FixedArrayAttribute.cs/#L9">View Source</a>
</span>
<a id="FFXIVClientStructs_Attributes_FixedArrayAttribute__ctor_" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.#ctor*"></a>
<h4 id="FFXIVClientStructs_Attributes_FixedArrayAttribute__ctor_System_Type_System_Int32_" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.#ctor(System.Type,System.Int32)">FixedArrayAttribute(Type, Int32)</h4>
<h4 id="FFXIVClientStructs_Attributes_FixedArrayAttribute__ctor_Type_System_Int32_" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.#ctor(Type,System.Int32)">FixedArrayAttribute(Type, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -246,7 +115,7 @@ public class FixedArrayAttribute : Attribute</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="xref">Type</span></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
@ -264,7 +133,7 @@ public class FixedArrayAttribute : Attribute</code></pre>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_Attributes_FixedArrayAttribute_Count.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.Attributes.FixedArrayAttribute.Count%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/Attributes/FixedArrayAttribute.cs/#L17">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/Attributes/FixedArrayAttribute.cs/#L15">View Source</a>
</span>
<a id="FFXIVClientStructs_Attributes_FixedArrayAttribute_Count_" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.Count*"></a>
<h4 id="FFXIVClientStructs_Attributes_FixedArrayAttribute_Count" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.Count">Count</h4>
@ -294,7 +163,7 @@ public class FixedArrayAttribute : Attribute</code></pre>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_Attributes_FixedArrayAttribute_Type.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.Attributes.FixedArrayAttribute.Type%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/Attributes/FixedArrayAttribute.cs/#L16">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/Attributes/FixedArrayAttribute.cs/#L14">View Source</a>
</span>
<a id="FFXIVClientStructs_Attributes_FixedArrayAttribute_Type_" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.Type*"></a>
<h4 id="FFXIVClientStructs_Attributes_FixedArrayAttribute_Type" data-uid="FFXIVClientStructs.Attributes.FixedArrayAttribute.Type">Type</h4>
@ -314,7 +183,7 @@ public class FixedArrayAttribute : Attribute</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="xref">Type</span></td>
<td></td>
</tr>
</tbody>
@ -330,7 +199,7 @@ public class FixedArrayAttribute : Attribute</code></pre>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_Attributes_FixedArrayAttribute.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.Attributes.FixedArrayAttribute%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/Attributes/FixedArrayAttribute.cs/#L9" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/Attributes/FixedArrayAttribute.cs/#L7" class="contribution-link">View Source</a>
</li>
</ul>
</div>