DictionaryModelBinder<TKey,TValue>.CanCreateInstance(Type) Method

Definition

Gets an indication whether or not this ICollectionModelBinder implementation can create an Object assignable to 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

Parameters

targetType
Type

Type of the model.

Returns

Boolean

true if this ICollectionModelBinder implementation can create an Object assignable to targetType; false otherwise.

Applies to