DictionaryModelBinder<TKey,TValue>.CanCreateInstance(Type) メソッド

定義

この ICollectionModelBinder 実装で に割り当て可能な を作成できるかどうかを示す値を Object 取得します targetType

public:
 override bool CanCreateInstance(Type ^ targetType);
public override bool CanCreateInstance (Type targetType);
override this.CanCreateInstance : Type -> bool
Public Overrides Function CanCreateInstance (targetType As Type) As Boolean

パラメーター

targetType
Type

Type モデルの。

戻り値

trueこのICollectionModelBinder実装で に割り当て可能な falsetargetTypeObject作成できる場合は 。それ以外の場合は 。

適用対象