AsyncReactiveProperty<T> Class
Assembly: cs.temp.dll.dll
[Serializable]
public class AsyncReactiveProperty<T> : IAsyncReactiveProperty<T>, IReadOnlyAsyncReactiveProperty<T>, IUniTaskAsyncEnumerable<T>, IDisposable
Inheritance
System.Object →
AsyncReactiveProperty<T>
Implements
System.IDisposable
Members
Constructors
Properties
Methods
Operators
Constructors
AsyncReactiveProperty(T)
public AsyncReactiveProperty(T value)
Properties
Value
public T Value { get; set; }
Methods
GetAsyncEnumerator(CancellationToken)
public IUniTaskAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken
ToString()
public override string ToString()
Overrides
System.Object.ToString()
WaitAsync(CancellationToken)
public UniTask<T> WaitAsync(CancellationToken cancellationToken = null)
Parameters
cancellationToken
CancellationToken
WithoutCurrent()
public IUniTaskAsyncEnumerable<T> WithoutCurrent()
Operators
Implicit(AsyncReactiveProperty<T> to T)
public static implicit operator T(AsyncReactiveProperty<T> value)
Implements
System.IDisposable