IAsyncEnumerator<T>.Current プロパティ

定義

列挙子の現在位置にあるコレクション内の要素を取得します。

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

プロパティ値

T

コレクション内の、列挙子の現在位置にある要素。

適用対象