AsyncEnumerable.Empty<TResult> Methode

Definitie

Retourneert een lege IAsyncEnumerable<T> waarde met het opgegeven typeargument.

public:
generic <typename TResult>
 static System::Collections::Generic::IAsyncEnumerable<TResult> ^ Empty();
public static System.Collections.Generic.IAsyncEnumerable<TResult> Empty<TResult>();
static member Empty : unit -> System.Collections.Generic.IAsyncEnumerable<'Result>
Public Function Empty(Of TResult) () As IAsyncEnumerable(Of TResult)

Type parameters

TResult

Het type van de elementen van de reeks.

Retouren

IAsyncEnumerable<TResult>

Een leeg IAsyncEnumerable<T> argument waarvan het type argument is TResult.

Van toepassing op