This commit is contained in:
neuecc
2020-06-17 18:41:38 +00:00
parent d2198bfa50
commit 46ef8c4fd5
144 changed files with 9626 additions and 9420 deletions

View File

@@ -141,7 +141,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetException_Exception_">SetException(Exception)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetException_System_Exception_">SetException(Exception)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -153,7 +153,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -316,7 +316,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetException_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetException*"></a>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetException_Exception_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetException(Exception)">SetException(Exception)</h4>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetException_System_Exception_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetException(System.Exception)">SetException(Exception)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -327,7 +327,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>
@@ -369,7 +369,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*"></a>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -380,7 +380,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
<dd></dd>
</dl>
</section>