OutputFormatter.CanWriteType(Type) メソッド

定義

指定した型をこのシリアライザーで書き込むことができるかどうかを示す値を返します。

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

パラメーター

type
Type

オブジェクトの型。

戻り値

true 型を記述できる場合は 。それ以外の場合 falseは 。

適用対象