This commit is contained in:
neuecc
2023-10-26 04:13:49 +00:00
parent 8791f7d87f
commit a9507b2905
154 changed files with 9787 additions and 9648 deletions

View File

@@ -124,7 +124,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_CancellationToken_">SetCanceled(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_System_Threading_CancellationToken_">SetCanceled(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -136,7 +136,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetError_Exception_">SetError(Exception)</a>
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetError_System_Exception_">SetError(Exception)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -213,7 +213,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled*"></a>
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_CancellationToken_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled(CancellationToken)">SetCanceled(CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled(System.Threading.CancellationToken)">SetCanceled(CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -224,7 +224,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dd></dd>
</dl>
</section>
@@ -266,7 +266,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError*"></a>
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_Exception_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError(Exception)">SetError(Exception)</h4>
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_System_Exception_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError(System.Exception)">SetError(Exception)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -277,7 +277,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>exception</code></span> <span class="xref">Exception</span></dt>
<dt><span class="parametername"><code>exception</code></span> <span class="xref">System.Exception</span></dt>
<dd></dd>
</dl>
</section>