gh-pages
guitarrapc 2021-04-05 02:08:04 +00:00
parent 9fc1f1d402
commit a4fa8fa7af
15 changed files with 65 additions and 105 deletions

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -317,10 +316,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -160,7 +160,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@ -383,7 +383,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*"></a>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -394,7 +394,7 @@
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
<dd></dd>
</dl>
</section>

View File

@ -153,7 +153,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@ -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_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(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">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
<dd></dd>
</dl>
</section>

View File

@ -153,7 +153,7 @@
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
<a class="xref" href="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_">SetStateMachine(IAsyncStateMachine)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@ -369,7 +369,7 @@
</section>
<section>
<a id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*"></a>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">SetStateMachine(IAsyncStateMachine)</h4>
<h4 id="Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_" data-uid="Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(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">System.Runtime.CompilerServices.IAsyncStateMachine</span></dt>
<dt><span class="parametername"><code>stateMachine</code></span> <span class="xref">IAsyncStateMachine</span></dt>
<dd></dd>
</dl>
</section>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -357,10 +356,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -319,10 +318,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -267,10 +266,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -267,10 +266,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -364,10 +363,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -357,10 +356,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct AsyncOperationAwaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct AsyncOperationAwaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -317,10 +316,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct ResourceRequestAwaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct ResourceRequestAwaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -324,10 +323,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -82,14 +82,13 @@
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion</code></pre>
<pre><code class="lang-csharp hljs">public struct Awaiter : ICriticalNotifyCompletion</code></pre>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span></div>
<div><span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span></div>
<div><span class="xref">ICriticalNotifyCompletion</span></div>
</div>
@ -317,10 +316,7 @@
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.CompilerServices.ICriticalNotifyCompletion</span>
</div>
<div>
<span class="xref">System.Runtime.CompilerServices.INotifyCompletion</span>
<span class="xref">ICriticalNotifyCompletion</span>
</div>

View File

@ -105,7 +105,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html",
"hash": "IbMQ4dPKSM/AoNqXpl7uKA=="
"hash": "Q0ZbqKVyOCftlJVoaEXL6A=="
}
},
"is_incremental": false,
@ -237,7 +237,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html",
"hash": "WBt72zn/qSsG5GFKeUqr7w=="
"hash": "E0bm2sCdtz/DqaN1zbYU/g=="
}
},
"is_incremental": false,
@ -249,7 +249,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html",
"hash": "2fUXehHodLar6E1AyhRWZw=="
"hash": "v/phmi0KvE5wyprD5FmGQQ=="
}
},
"is_incremental": false,
@ -261,7 +261,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html",
"hash": "XzrlCCBHiMGwr7X2B+CBnA=="
"hash": "uBt+Tcf7Yp/xe9HydcA40Q=="
}
},
"is_incremental": false,
@ -765,7 +765,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html",
"hash": "mXRaInaJtG3jG0iXS3oqTw=="
"hash": "2mviovj51vGpihUWULBkyg=="
}
},
"is_incremental": false,
@ -801,7 +801,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html",
"hash": "9BKI4xyhCwLpHKEPPJ0jbA=="
"hash": "UH/+R9ilcp3f1QmFOR0QBw=="
}
},
"is_incremental": false,
@ -825,7 +825,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html",
"hash": "VjcFEMmYAwtpWNIJeJF1pQ=="
"hash": "VAHU2dQu4TAODL4z4PEpqQ=="
}
},
"is_incremental": false,
@ -849,7 +849,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html",
"hash": "RFIUX77JIG/KWPuBYQySlA=="
"hash": "0CNr9OIdx3+pXDmuFbyNxA=="
}
},
"is_incremental": false,
@ -2781,7 +2781,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html",
"hash": "F2xG1F0KCZaoda7+HCRJtA=="
"hash": "/wJDDabuNi1koT1jWndTyg=="
}
},
"is_incremental": false,
@ -2805,7 +2805,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.UniTask.Awaiter.html",
"hash": "S14p7TKkACXdZCvekKFBTg=="
"hash": "G3zipPGPdnK+vOJmxu9RBQ=="
}
},
"is_incremental": false,
@ -3345,7 +3345,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html",
"hash": "QxPiMeIhnzaVEPGDwruW8w=="
"hash": "KiOzsayp8LaSe0YFbIikVQ=="
}
},
"is_incremental": false,
@ -3357,7 +3357,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html",
"hash": "PNJNtWQ/HIeFU90n6NwKuQ=="
"hash": "0Lpwg1D+HiPC4nKxDQII3g=="
}
},
"is_incremental": false,
@ -3417,7 +3417,7 @@
"output": {
".html": {
"relative_path": "api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html",
"hash": "Y3F3yOtZP5cpalbgn8MQWA=="
"hash": "wssu9MVB8Y6AoRb2cicBkg=="
}
},
"is_incremental": false,

View File

@ -1840,11 +1840,11 @@ references:
isSpec: "True"
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetResult
nameWithType: AsyncUniTaskMethodBuilder.SetResult
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
name: SetStateMachine(IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
nameWithType: AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine*
name: SetStateMachine
@ -1978,12 +1978,12 @@ references:
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetResult
nameWithType: AsyncUniTaskMethodBuilder<T>.SetResult
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetResult
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)
name: SetStateMachine(IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder<T>.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder<T>.SetStateMachine(IAsyncStateMachine)
fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine)
nameWithType: AsyncUniTaskMethodBuilder<T>.SetStateMachine(IAsyncStateMachine)
nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine*
@ -2107,11 +2107,11 @@ references:
isSpec: "True"
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetResult
nameWithType: AsyncUniTaskVoidMethodBuilder.SetResult
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
name: SetStateMachine(IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_
commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
nameWithType: AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine)
- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine*
name: SetStateMachine