InputFormatter.CanReadType(Type) メソッド

定義

指定 InputFormatter した のオブジェクトを逆シリアル化できるかどうかを判断します 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

パラメーター

type
Type

Type読み取られるオブジェクトの 。

戻り値

truetype 読み取ることができる場合は 。それ以外の場合 falseは 。

適用対象