AsyncEnumerable.Empty<TResult> Método

Definição

Retorna 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

TResult

O tipo dos elementos da sequência.

Retornos

IAsyncEnumerable<TResult>

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

Aplica-se a