Condividi tramite


InputFormatter.CanReadType(Type) Metodo

Definizione

Determina se questo InputFormatter può deserializzare un oggetto dell'oggetto specificato type.

protected:
 virtual bool CanReadType(Type ^ type);
protected virtual bool CanReadType (Type type);
abstract member CanReadType : Type -> bool
override this.CanReadType : Type -> bool
Protected Overridable Function CanReadType (type As Type) As Boolean

Parametri

type
Type

Oggetto Type che verrà letto.

Restituisce

true se l'oggetto type può essere letto, in caso contrario false.

Si applica a