AsyncEnumerable.Empty<TResult> Método

Definição

Devolve um vazio IAsyncEnumerable<T> que tem o argumento de tipo especificado.

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)

Parâmetros de Tipo Genérico

TResult

O tipo dos elementos da sequência.

Devoluções

IAsyncEnumerable<TResult>

Um vazio IAsyncEnumerable<T> cujo argumento tipo é TResult.

Aplica-se a