IAsyncEnumerator<T>.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

public T Current { get; }
member this.Current : 'T
Public ReadOnly Property Current As T

Property Value

T

The element in the collection at the current position of the enumerator.

Applies to