This commit is contained in:
neuecc
2024-02-04 14:21:23 +00:00
parent 1c266edce3
commit 5558728543
65 changed files with 5365 additions and 5334 deletions

View File

@@ -110,19 +110,19 @@
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_IDisposable_System_Threading_CancellationToken_">AddTo(IDisposable, CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_System_Threading_CancellationToken_">AddTo(IDisposable, CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_System_Object__System_Object_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_System_Object__System_Object_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -169,7 +169,7 @@
</h3>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_IDisposable_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(IDisposable,System.Threading.CancellationToken)">AddTo(IDisposable, CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(System.IDisposable,System.Threading.CancellationToken)">AddTo(IDisposable, CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -180,7 +180,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>disposable</code></span> <span class="xref">IDisposable</span></dt>
<dt><span class="parametername"><code>disposable</code></span> <span class="xref">System.IDisposable</span></dt>
<dd></dd>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
@@ -208,7 +208,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,System.Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -221,7 +221,7 @@
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">Action</span></dt>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span></dt>
<dd></dd>
</dl>
</section>
@@ -247,7 +247,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext*"></a>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action{System.Object},System.Object)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</h4>
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_System_Action_System_Object__System_Object_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,System.Action{System.Object},System.Object)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action&lt;Object&gt;, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -260,7 +260,7 @@
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>callback</code></span> <span class="xref">System.Action</span>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dd></dd>
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
<dd></dd>