Partager via


MessageFormatterEnumerableTracker.CanSerialize(Type) Méthode

Définition

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.

S’applique à