This commit is contained in:
guitarrapc
2025-09-10 09:25:16 +00:00
parent 469d37f452
commit 7ee5bc9d09
338 changed files with 79386 additions and 56296 deletions

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>AsyncReactiveProperty&lt;T&gt; Class
| UniTask </title>
| UniTask </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="AsyncReactiveProperty&lt;T&gt; Class
| UniTask ">
<meta name="generator" content="docfx 2.59.2.0">
| UniTask ">
<meta name="generator" content="docfx ">
<link rel="shortcut icon" href="../img/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
@@ -18,14 +18,14 @@
<link rel="stylesheet" href="../styles/cysharp.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-default ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
@@ -35,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="../">
<img id="logo" src="../img/Icon.png" alt="">
@@ -52,7 +52,7 @@
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
@@ -62,7 +62,7 @@
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
@@ -72,37 +72,36 @@
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1">
<h1 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1" class="text-break">AsyncReactiveProperty&lt;T&gt; Class
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="Cysharp.Threading.Tasks.html">Cysharp.Threading.Tasks</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="Cysharp.html">Cysharp</a>.<a class="xref" href="Cysharp.Threading.html">Threading</a>.<a class="xref" href="Cysharp.Threading.Tasks.html">Tasks</a></h6>
<h6><strong>Assembly</strong>: UniTask.dll</h6>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Serializable]
public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, IReadOnlyAsyncReactiveProperty&lt;T&gt;, IUniTaskAsyncEnumerable&lt;T&gt;, IDisposable</code></pre>
<pre><code class="lang- hljs">public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, IReadOnlyAsyncReactiveProperty&lt;T&gt;, IUniTaskAsyncEnumerable&lt;T&gt;, IDisposable</code></pre>
</div>
<div class="inheritance">
<h5>Inheritance</h5>
<span><span class="xref">System.Object</span></span>
<span><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></span>
<span class="xref">AsyncReactiveProperty&lt;T&gt;</span>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Cysharp.Threading.Tasks.IAsyncReactiveProperty-1.html">IAsyncReactiveProperty</a>&lt;T&gt;</div>
<div><a class="xref" href="Cysharp.Threading.Tasks.IReadOnlyAsyncReactiveProperty-1.html">IReadOnlyAsyncReactiveProperty</a>&lt;T&gt;</div>
<div><a class="xref" href="Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable-1.html">IUniTaskAsyncEnumerable</a>&lt;T&gt;</div>
<div><span class="xref">System.IDisposable</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
</div>
<section>
<h4 class="typeParameters">Type Parameters</h4>
<dl class="cysharpdocfx-valuedefinition">
@@ -110,11 +109,11 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
<h3 id="members">Members</h3>
<h4>Constructors
</h4>
</h4>
<table class="table table-condensed">
<thead>
<tr>
@@ -132,7 +131,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</tbody>
</table>
<h4>Properties
</h4>
</h4>
<table class="table table-condensed">
<thead>
<tr>
@@ -150,7 +149,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</tbody>
</table>
<h4>Methods
</h4>
</h4>
<table class="table table-condensed">
<thead>
<tr>
@@ -167,7 +166,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_GetAsyncEnumerator_CancellationToken_">GetAsyncEnumerator(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_GetAsyncEnumerator_System_Threading_CancellationToken_">GetAsyncEnumerator(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -179,7 +178,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_CancellationToken_">WaitAsync(CancellationToken)</a>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WaitAsync_System_Threading_CancellationToken_">WaitAsync(CancellationToken)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
@@ -192,7 +191,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</tbody>
</table>
<h4>Operators
</h4>
</h4>
<table class="table table-condensed">
<thead>
<tr>
@@ -203,23 +202,23 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<tbody>
<tr>
<td>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_op_Implicit_Cysharp_Threading_Tasks_AsyncReactiveProperty__0____0">Implicit(AsyncReactiveProperty&lt;T&gt; to T)</a>
<a class="xref" href="Cysharp.Threading.Tasks.AsyncReactiveProperty-1.html#Cysharp_Threading_Tasks_AsyncReactiveProperty_1_op_Implicit_Cysharp_Threading_Tasks_AsyncReactiveProperty__0____0">implicit operator T(AsyncReactiveProperty&lt;T&gt;)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
</tbody>
</table>
<h3 id="constructors">Constructors
</h3>
</h3>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1__ctor_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.#ctor*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1__ctor__0_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.#ctor(`0)">AsyncReactiveProperty(T)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AsyncReactiveProperty(T value)</code></pre>
<pre><code class="lang- hljs">public AsyncReactiveProperty(T value)</code></pre>
</div>
<section>
@@ -229,35 +228,35 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<h3 id="properties">Properties
</h3>
</h3>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_Value_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.Value*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_Value" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.Value">Value</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public T Value { get; set; }</code></pre>
<pre><code class="lang- hljs">public T Value { get; set; }</code></pre>
</div>
<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
@@ -265,58 +264,58 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<h3 id="methods">Methods
</h3>
</h3>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_Dispose_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.Dispose*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_Dispose" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.Dispose">Dispose()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
<pre><code class="lang- hljs">public void Dispose()</code></pre>
</div>
</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_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.GetAsyncEnumerator(CancellationToken)">GetAsyncEnumerator(CancellationToken)</h4>
<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>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IUniTaskAsyncEnumerator&lt;T&gt; GetAsyncEnumerator(CancellationToken cancellationToken)</code></pre>
<pre><code class="lang- hljs">public IUniTaskAsyncEnumerator&lt;T&gt; GetAsyncEnumerator(CancellationToken cancellationToken)</code></pre>
</div>
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
<dd></dd>
</dl>
</section>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
@@ -324,68 +323,68 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_ToString_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.ToString*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_ToString" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.ToString">ToString()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
<pre><code class="lang- hljs">public override string ToString()</code></pre>
</div>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">System.String</span></dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
</section>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.ToString()</span></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a></div>
</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_CancellationToken_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WaitAsync(CancellationToken)">WaitAsync(CancellationToken)</h4>
<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>
<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 = null)</code></pre>
<pre><code class="lang- hljs">public UniTask&lt;T&gt; WaitAsync(CancellationToken cancellationToken = default)</code></pre>
</div>
<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
<dt><span class="parametername"><code>cancellationToken</code></span> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
<dd></dd>
</dl>
</section>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
@@ -393,29 +392,29 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_WithoutCurrent" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.WithoutCurrent">WithoutCurrent()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IUniTaskAsyncEnumerable&lt;T&gt; WithoutCurrent()</code></pre>
<pre><code class="lang- hljs">public IUniTaskAsyncEnumerable&lt;T&gt; WithoutCurrent()</code></pre>
</div>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
@@ -423,28 +422,28 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<h3 id="operators">Operators
</h3>
</h3>
<section>
<a id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_op_Implicit_" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.op_Implicit*"></a>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_op_Implicit_Cysharp_Threading_Tasks_AsyncReactiveProperty__0____0" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.op_Implicit(Cysharp.Threading.Tasks.AsyncReactiveProperty{`0})~`0">Implicit(AsyncReactiveProperty&lt;T&gt; to T)</h4>
<h4 id="Cysharp_Threading_Tasks_AsyncReactiveProperty_1_op_Implicit_Cysharp_Threading_Tasks_AsyncReactiveProperty__0____0" data-uid="Cysharp.Threading.Tasks.AsyncReactiveProperty`1.op_Implicit(Cysharp.Threading.Tasks.AsyncReactiveProperty{`0})~`0">implicit operator T(AsyncReactiveProperty&lt;T&gt;)</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 T(AsyncReactiveProperty&lt;T&gt; value)</code></pre>
<pre><code class="lang- hljs">public static implicit operator T(AsyncReactiveProperty&lt;T&gt; value)</code></pre>
</div>
<section>
@@ -454,7 +453,7 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
<section>
<h5 class="returns">Returns</h5>
<dl class="cysharpdocfx-valuedefinition">
@@ -462,19 +461,19 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<dd></dd>
</dl>
</section>
</section>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.IAsyncReactiveProperty-1.html">IAsyncReactiveProperty&lt;T&gt;</a>
@@ -486,13 +485,44 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
<a class="xref" href="Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable-1.html">IUniTaskAsyncEnumerable&lt;T&gt;</a>
</div>
<div>
<span class="xref">System.IDisposable</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a>
</div>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UnityBindingExtensions.html#Cysharp_Threading_Tasks_UnityBindingExtensions_BindTo__1_Cysharp_Threading_Tasks_AsyncReactiveProperty___0__UnityEngine_UI_Text_System_Boolean_">UnityBindingExtensions.BindTo&lt;T&gt;(AsyncReactiveProperty&lt;T&gt;, Text, bool)</a>
</div>
<div>
<a class="xref" href="FluentAssertions.FluentAssertionsExtensions.html#FluentAssertions_FluentAssertionsExtensions_Should__1___0_">FluentAssertionsExtensions.Should&lt;T&gt;(T)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.StateExtensions.html#Cysharp_Threading_Tasks_StateExtensions_ToReadOnlyAsyncReactiveProperty__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Threading_CancellationToken_">StateExtensions.ToReadOnlyAsyncReactiveProperty&lt;T&gt;(IUniTaskAsyncEnumerable&lt;T&gt;, CancellationToken)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.StateExtensions.html#Cysharp_Threading_Tasks_StateExtensions_ToReadOnlyAsyncReactiveProperty__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____0_System_Threading_CancellationToken_">StateExtensions.ToReadOnlyAsyncReactiveProperty&lt;T&gt;(IUniTaskAsyncEnumerable&lt;T&gt;, T, CancellationToken)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UniTaskAsyncEnumerableExtensions.html#Cysharp_Threading_Tasks_UniTaskAsyncEnumerableExtensions_WithCancellation__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Threading_CancellationToken_">UniTaskAsyncEnumerableExtensions.WithCancellation&lt;T&gt;(IUniTaskAsyncEnumerable&lt;T&gt;, CancellationToken)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UnityBindingExtensions.html#Cysharp_Threading_Tasks_UnityBindingExtensions_BindTo__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__UnityEngine_UI_Text_System_Boolean_">UnityBindingExtensions.BindTo&lt;T&gt;(IUniTaskAsyncEnumerable&lt;T&gt;, Text, bool)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UnityBindingExtensions.html#Cysharp_Threading_Tasks_UnityBindingExtensions_BindTo__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__UnityEngine_UI_Text_System_Threading_CancellationToken_System_Boolean_">UnityBindingExtensions.BindTo&lt;T&gt;(IUniTaskAsyncEnumerable&lt;T&gt;, Text, CancellationToken, bool)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UnityBindingExtensions.html#Cysharp_Threading_Tasks_UnityBindingExtensions_BindTo__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____1_System_Action___1___0__System_Boolean_">UnityBindingExtensions.BindTo&lt;TSource, TObject&gt;(IUniTaskAsyncEnumerable&lt;TSource&gt;, TObject, Action&lt;TObject, TSource&gt;, bool)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.UnityBindingExtensions.html#Cysharp_Threading_Tasks_UnityBindingExtensions_BindTo__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____1_System_Action___1___0__System_Threading_CancellationToken_System_Boolean_">UnityBindingExtensions.BindTo&lt;TSource, TObject&gt;(IUniTaskAsyncEnumerable&lt;TSource&gt;, TObject, Action&lt;TObject, TSource&gt;, CancellationToken, bool)</a>
</div>
<div>
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_System_IDisposable_System_Threading_CancellationToken_">CancellationTokenExtensions.AddTo(IDisposable, CancellationToken)</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
@@ -502,20 +532,20 @@ public class AsyncReactiveProperty&lt;T&gt; : IAsyncReactiveProperty&lt;T&gt;, I
</div>
</div>
</div>
<footer>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © <a href="https://cysharp.co.jp/">Cysharp</a>, Inc. | <span>Generated by <strong>DocFX</strong></span>
Copyright © <a href="https://cysharp.co.jp/">Cysharp</a>, Inc. | <span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/docfx.override.js"></script>