MessageFormatterEnumerableTracker.CanSerialize(Type) 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.
Vérifie si un implémente IAsyncEnumerable<T>donné Type .
public static bool CanSerialize (Type objectType);
static member CanSerialize : Type -> bool
Public Shared Function CanSerialize (objectType As Type) As Boolean
Paramètres
- objectType
- Type
Type qui peut implémenter IAsyncEnumerable<T>.
Retours
true si donné Type implémente IAsyncEnumerable<T>; sinon, false.