Compartilhar via


MessageFormatterEnumerableTracker.CanDeserialize(Type) Método

Definição

Verifica se determinado é exatamente um Type tipo genérico fechado com base em IAsyncEnumerable<T>.

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

Parâmetros

objectType
Type

O tipo que pode ser IAsyncEnumerable<T>.

Retornos

true se dado Type for IAsyncEnumerable<T>; caso contrário, false.

Aplica-se a