CollectionModelBinder<TElement>.CanCreateInstance(Type) Method

Definition

Gets an indication whether or not this ICollectionModelBinder implementation can create an Object assignable to targetType.

public:
 virtual bool CanCreateInstance(Type ^ targetType);
public virtual bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
override this.CanCreateInstance : Type -> bool
Public Overridable Function CanCreateInstance (targetType As Type) As Boolean

Parameters

targetType
Type

Type of the model.

Returns

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

Implements

Applies to