This commit is contained in:
neuecc
2024-01-25 11:44:46 +00:00
parent 94c7319100
commit 1c266edce3
17 changed files with 25 additions and 994 deletions

View File

@@ -831,24 +831,6 @@ For example: FooAction = UniTask.Action(async () =&gt; { /* */ })</p>
</tr>
</tbody>
</table>
<h4>Operators
</h4>
<table class="table table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_op_Implicit_Cysharp_Threading_Tasks_UniTask___System_Threading_Tasks_ValueTask">Implicit(in UniTask to ValueTask)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
</tbody>
</table>
<h3 id="constructors">Constructors
</h3>
@@ -6227,45 +6209,6 @@ For example: FooAction = UniTask.Action(async () =&gt; { /* */ })</p>
</section>
<h3 id="operators">Operators
</h3>
<section>
<a id="Cysharp_Threading_Tasks_UniTask_op_Implicit_" data-uid="Cysharp.Threading.Tasks.UniTask.op_Implicit*"></a>
<h4 id="Cysharp_Threading_Tasks_UniTask_op_Implicit_Cysharp_Threading_Tasks_UniTask___System_Threading_Tasks_ValueTask" data-uid="Cysharp.Threading.Tasks.UniTask.op_Implicit(Cysharp.Threading.Tasks.UniTask@)~System.Threading.Tasks.ValueTask">Implicit(in UniTask to ValueTask)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator ValueTask(in UniTask self)</code></pre>
</div>
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>self</code></span> <a class="xref" href="Cysharp.Threading.Tasks.UniTask.html">UniTask</a></dt>
<dd></dd>
</dl>
</section>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.Threading.Tasks.ValueTask</span></dt>
<dd></dd>
</dl>
</section>
</section>