Condividi tramite


MessageFormatterEnumerableTracker.CanSerialize(Type) Metodo

Definizione

Verifica se un determinato Type oggetto implementa IAsyncEnumerable<T>.

public static bool CanSerialize (Type objectType);
static member CanSerialize : Type -> bool
Public Shared Function CanSerialize (objectType As Type) As Boolean

Parametri

objectType
Type

Tipo che può implementare IAsyncEnumerable<T>.

Restituisce

true se specificato Type implementa IAsyncEnumerable<T>; in caso contrario, false.

Si applica a