Partilhar via


MessageFormatterEnumerableTracker.CanSerialize(Type) Método

Definição

Verifica se determinada Type implementação IAsyncEnumerable<T>.

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

Parâmetros

objectType
Type

O tipo que pode implementar IAsyncEnumerable<T>.

Retornos

true se determinado Type implementa IAsyncEnumerable<T>; caso contrário, false.

Aplica-se a