AsyncEnumerable.Empty<TResult> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un argument de type vide IAsyncEnumerable<T> qui a l’argument de type spécifié.
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)
Paramètres de type
- TResult
Type des éléments de la séquence.
Retours
Vide IAsyncEnumerable<T> dont l’argument de type est TResult.