Freigeben über


InputFormatter.CanReadType(Type) Methode

Definition

Bestimmt, ob dadurch InputFormatter ein Objekt deserialisieren typekann.

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

Parameter

type
Type

Der Type des -Objekts, das gelesen wird.

Gibt zurück

true , wenn gelesen type werden kann, andernfalls false.

Gilt für: