XmlSerializerInputFormatter.CanReadType(Type) メソッド

定義

指定 InputFormatter した のオブジェクトを逆シリアル化できるかどうかを判断します type

protected:
 override bool CanReadType(Type ^ type);
protected override bool CanReadType (Type type);
override this.CanReadType : Type -> bool
Protected Overrides Function CanReadType (type As Type) As Boolean

パラメーター

type
Type

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

戻り値

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

適用対象