This commit is contained in:
neuecc
2021-02-26 07:44:25 +00:00
parent 27ba51093e
commit 13f84339ce
134 changed files with 9598 additions and 8837 deletions

View File

@@ -105,7 +105,7 @@
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.html#Cysharp_Threading_Tasks_ReturnToSynchronizationContext__ctor_System_Threading_SynchronizationContext_System_Boolean_System_Threading_CancellationToken_">ReturnToSynchronizationContext(SynchronizationContext, Boolean, CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.html#Cysharp_Threading_Tasks_ReturnToSynchronizationContext__ctor_SynchronizationContext_System_Boolean_CancellationToken_">ReturnToSynchronizationContext(SynchronizationContext, Boolean, CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -134,7 +134,7 @@
</h3>
<section>
<a id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext__ctor_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.#ctor*"></a>
<h4 id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext__ctor_System_Threading_SynchronizationContext_System_Boolean_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.#ctor(System.Threading.SynchronizationContext,System.Boolean,System.Threading.CancellationToken)">ReturnToSynchronizationContext(SynchronizationContext, Boolean, CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_ReturnToSynchronizationContext__ctor_SynchronizationContext_System_Boolean_CancellationToken_" data-uid="Cysharp.Threading.Tasks.ReturnToSynchronizationContext.#ctor(SynchronizationContext,System.Boolean,CancellationToken)">ReturnToSynchronizationContext(SynchronizationContext, Boolean, CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -145,11 +145,11 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>syncContext</code></span> <span class="xref">System.Threading.SynchronizationContext</span></dt>
<dt><span class="parametername"><code>syncContext</code></span> <span class="xref">SynchronizationContext</span></dt>
<dd></dd>
<dt><span class="parametername"><code>dontPostWhenSameContext</code></span> <span class="xref">System.Boolean</span></dt>
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dd></dd>
</dl>
</section>