mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 03:20:16 +00:00
deploy: 80704e489d
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.IUniTaskSource.html#Cysharp_Threading_Tasks_IUniTaskSource_OnCompleted_System_Action_System_Object__System_Object_System_Int16_">OnCompleted(Action<Object>, Object, Int16)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.IUniTaskSource.html#Cysharp_Threading_Tasks_IUniTaskSource_OnCompleted_Action_System_Object__System_Object_System_Int16_">OnCompleted(Action<Object>, Object, Int16)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -151,12 +151,6 @@
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.IUniTaskSource.html#Cysharp_Threading_Tasks_IUniTaskSource_System_Threading_Tasks_Sources_IValueTaskSource_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_">IValueTaskSource.OnCompleted(Action<Object>, Object, Int16, ValueTaskSourceOnCompletedFlags)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -231,7 +225,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_IUniTaskSource_OnCompleted_" data-uid="Cysharp.Threading.Tasks.IUniTaskSource.OnCompleted*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_IUniTaskSource_OnCompleted_System_Action_System_Object__System_Object_System_Int16_" data-uid="Cysharp.Threading.Tasks.IUniTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16)">OnCompleted(Action<Object>, Object, Int16)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_IUniTaskSource_OnCompleted_Action_System_Object__System_Object_System_Int16_" data-uid="Cysharp.Threading.Tasks.IUniTaskSource.OnCompleted(Action{System.Object},System.Object,System.Int16)">OnCompleted(Action<Object>, Object, Int16)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -242,7 +236,7 @@
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>continuation</code></span> <span class="xref">System.Action</span><<span class="xref">System.Object</span>></dt>
|
||||
<dt><span class="parametername"><code>continuation</code></span> <span class="xref">Action</span><<span class="xref">System.Object</span>></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
|
||||
<dd></dd>
|
||||
@@ -361,42 +355,6 @@
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_IUniTaskSource_System_Threading_Tasks_Sources_IValueTaskSource_OnCompleted_" data-uid="Cysharp.Threading.Tasks.IUniTaskSource.System#Threading#Tasks#Sources#IValueTaskSource#OnCompleted*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_IUniTaskSource_System_Threading_Tasks_Sources_IValueTaskSource_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_" data-uid="Cysharp.Threading.Tasks.IUniTaskSource.System#Threading#Tasks#Sources#IValueTaskSource#OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">IValueTaskSource.OnCompleted(Action<Object>, Object, Int16, ValueTaskSourceOnCompletedFlags)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void IValueTaskSource.OnCompleted(Action<object> continuation, object state, short token, ValueTaskSourceOnCompletedFlags flags)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>continuation</code></span> <span class="xref">System.Action</span><<span class="xref">System.Object</span>></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>state</code></span> <span class="xref">System.Object</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>token</code></span> <span class="xref">System.Int16</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>flags</code></span> <span class="xref">System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user