ICollectionModelBinder.CanCreateInstance(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indication whether or not this ICollectionModelBinder implementation can create
an Object assignable to targetType
.
public:
bool CanCreateInstance(Type ^ targetType);
public bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
Public Function CanCreateInstance (targetType As Type) As Boolean
Parameters
Returns
true
if this ICollectionModelBinder implementation can create an Object
assignable to targetType
; false
otherwise.
Remarks
A true
return value is necessary for successful model binding if model is initially null
.