IAsyncEnumerator<T>.Current Property

Definition

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

C#
public T Current { get; }

Property Value

T

Applies to

製品 バージョン
Visual Studio SDK 2017, 2019, 2022

See also