Interface IAsyncEnumerable<T>
Namespace: System.Collections.Generic
Assembly: IronZip.dll
Syntax
public interface IAsyncEnumerable<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
GetAsyncEnumerator(CancellationToken)
Declaration
IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Threading.CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IAsyncEnumerator<T> |