Bagikan melalui


IAsyncEnumerable<T>.GetEnumerator Method

Definition

Returns an enumerator that supports asynchronous iterates through a collection.

public:
 Microsoft::VisualStudio::Workspace::Async::IAsyncEnumerator<T> ^ GetEnumerator();
public Microsoft.VisualStudio.Workspace.Async.IAsyncEnumerator<out T> GetEnumerator ();
abstract member GetEnumerator : unit -> Microsoft.VisualStudio.Workspace.Async.IAsyncEnumerator<'T>
Public Function GetEnumerator () As IAsyncEnumerator(Of Out T)

Returns

Async Enumerator instance

Applies to