IAsyncReactiveProperty<T> Interface
Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public interface IAsyncReactiveProperty<T> : IReadOnlyAsyncReactiveProperty<T>, IUniTaskAsyncEnumerable<T>
Type Parameters
T
Members
Properties
Name | Description |
---|---|
Value |
Properties
Value
T Value { get; set; }
Property Value
- T