This commit is contained in:
2025-09-15 00:18:25 +08:00
parent 6e1c76386e
commit 6a4e515562
59 changed files with 3726 additions and 2509 deletions
@@ -273,6 +273,37 @@ Class CsvInputKit
<a id="Hi_Common_CsvUtils_CsvInputKit_TypeDictionary_" data-uid="Hi.Common.CsvUtils.CsvInputKit.TypeDictionary*"></a>
<h3 id="Hi_Common_CsvUtils_CsvInputKit_TypeDictionary" data-uid="Hi.Common.CsvUtils.CsvInputKit.TypeDictionary">
TypeDictionary
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dictionary&lt;string, Type&gt; TypeDictionary { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a>&gt;</dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>