This commit is contained in:
neuecc
2020-11-09 05:21:32 +00:00
parent ec657e6f5d
commit d5b21a75aa
120 changed files with 8601 additions and 8620 deletions

View File

@@ -167,7 +167,7 @@ public class AsyncReactiveProperty<T> : IAsyncReactiveProperty<T>, I
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_System_Threading_CancellationToken_">GetAsyncEnumerator(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_CancellationToken_">GetAsyncEnumerator(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -179,7 +179,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</tr>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_">WaitAsync(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_CancellationToken_">WaitAsync(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -301,7 +301,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</section>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.GetAsyncEnumerator*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.GetAsyncEnumerator(System.Threading.CancellationToken)">GetAsyncEnumerator(CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.GetAsyncEnumerator(CancellationToken)">GetAsyncEnumerator(CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@@ -312,7 +312,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dd></dd>
</dl>
</section>
@@ -370,18 +370,18 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</section>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync(System.Threading.CancellationToken)">WaitAsync(CancellationToken)</h4>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync(CancellationToken)">WaitAsync(CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public UniTask&lt;T&gt; WaitAsync(CancellationToken cancellationToken = default(CancellationToken))</code></pre>
<pre><code class="lang-csharp hljs">public UniTask&lt;T&gt; WaitAsync(CancellationToken cancellationToken = null)</code></pre>
</div>
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dd></dd>
</dl>
</section>