This commit is contained in:
neuecc
2020-06-09 05:54:08 +00:00
parent 7f86dcaa64
commit 505f9c97b0
143 changed files with 8908 additions and 9039 deletions

View File

@@ -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&lt;Object&gt;, 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&lt;Object&gt;, 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&lt;Object&gt;, 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&lt;Object&gt;, 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&lt;Object&gt;, 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>&lt;<span class="xref">System.Object</span>&gt;</dt>
<dt><span class="parametername"><code>continuation</code></span> <span class="xref">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>
@@ -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&lt;Object&gt;, 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&lt;object&gt; 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>&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>
<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>