Interface IAsyncEnumerator<T>
Inherited Members
Namespace: System.Collections.Generic
Assembly: IronZip.dll
Syntax
public interface IAsyncEnumerator<out T> : IAsyncDisposable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Current
Declaration
T Current { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
MoveNextAsync()
Declaration
ValueTask<bool> MoveNextAsync()
Returns
| Type | Description |
|---|---|
| ValueTask<System.Boolean> |