IAsyncEnumerator<T>.Current 属性

定义

获取集合中位于枚举数当前位置的元素。

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

属性值

T

集合中位于枚举数当前位置的元素。

适用于