IUniTaskAsyncEnumerator<T> Interface
Namespace: Cysharp.Threading.Tasks
Assembly: UniTask.dll
public interface IUniTaskAsyncEnumerator<out T> : IUniTaskAsyncDisposable
Type Parameters
T
Members
Properties
Name | Description |
---|---|
Current |
Methods
Name | Description |
---|---|
MoveNextAsync() |
Properties
Current
T Current { get; }
Property Value
- T
Methods
MoveNextAsync()
UniTask<bool> MoveNextAsync()