ConfiguredCancelableAsyncEnumerable<T>.GetAsyncEnumerator メソッド

定義

取り消し可能な反復処理を有効にし、awaits を構成するコレクションを非同期的に反復処理する列挙子を返します。

public:
 System::Runtime::CompilerServices::ConfiguredCancelableAsyncEnumerable<T>::Enumerator GetAsyncEnumerator();
public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<T>.Enumerator GetAsyncEnumerator();
member this.GetAsyncEnumerator : unit -> System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<'T>.Enumerator
Public Function GetAsyncEnumerator () As ConfiguredCancelableAsyncEnumerable(Of T).Enumerator

返品

ConfiguredCancelableAsyncEnumerable<T> クラスの列挙子。

適用対象