IAsyncEnumerator<T>.Current Property

Definition

Gets the current element in the enumerator.

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

Property Value

T

Current element in the enumerator.

Applies to