ConfiguredCancelableAsyncEnumerable<T>.GetAsyncEnumerator Methode

Definition

Gibt einen Enumerator zurück, der asynchron durch Auflistungen durchläuft, die abbruchfähige Iterationen und konfigurierte Awaits ermöglichen.

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

Gibt zurück

Ein Enumerator für die ConfiguredCancelableAsyncEnumerable<T> Klasse.

Gilt für: