This commit is contained in:
hadashiA
2023-09-14 07:23:59 +00:00
parent 49b146cb97
commit 238ede91da
154 changed files with 9881 additions and 9710 deletions

View File

@@ -116,7 +116,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.TaskPool.html#Cysharp_Threading_Tasks_TaskPool_RegisterSizeGetter_Type_Func_System_Int32__">RegisterSizeGetter(Type, Func&lt;Int32&gt;)</a>
<a class="xref" href="Cysharp.Threading.Tasks.TaskPool.html#Cysharp_Threading_Tasks_TaskPool_RegisterSizeGetter_System_Type_System_Func_System_Int32__">RegisterSizeGetter(Type, Func&lt;Int32&gt;)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -145,7 +145,7 @@
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">IEnumerable</span>&lt;<span class="xref">System.ValueTuple</span>&lt;<span class="xref">Type</span>, <span class="xref">System.Int32</span>&gt;&gt;</dt>
<dt><span class="xref">IEnumerable</span>&lt;<span class="xref">System.ValueTuple</span>&lt;<span class="xref">System.Type</span>, <span class="xref">System.Int32</span>&gt;&gt;</dt>
<dd></dd>
</dl>
</section>
@@ -163,7 +163,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_TaskPool_RegisterSizeGetter_" data-uid="Cysharp.Threading.Tasks.TaskPool.RegisterSizeGetter*"></a>
<h4 id="Cysharp_Threading_Tasks_TaskPool_RegisterSizeGetter_Type_Func_System_Int32__" data-uid="Cysharp.Threading.Tasks.TaskPool.RegisterSizeGetter(Type,Func{System.Int32})">RegisterSizeGetter(Type, Func&lt;Int32&gt;)</h4>
<h4 id="Cysharp_Threading_Tasks_TaskPool_RegisterSizeGetter_System_Type_System_Func_System_Int32__" data-uid="Cysharp.Threading.Tasks.TaskPool.RegisterSizeGetter(System.Type,System.Func{System.Int32})">RegisterSizeGetter(Type, Func&lt;Int32&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -174,9 +174,9 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>type</code></span> <span class="xref">Type</span></dt>
<dt><span class="parametername"><code>type</code></span> <span class="xref">System.Type</span></dt>
<dd></dd>
<dt><span class="parametername"><code>getSize</code></span> <span class="xref">Func</span>&lt;<span class="xref">System.Int32</span>&gt;</dt>
<dt><span class="parametername"><code>getSize</code></span> <span class="xref">System.Func</span>&lt;<span class="xref">System.Int32</span>&gt;</dt>
<dd></dd>
</dl>
</section>