ArrayModelBinder<TElement>.CreateEmptyCollection(Type) Method

Definition

Create an Object assignable to targetType.

protected:
 override System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected override object CreateEmptyCollection (Type targetType);
override this.CreateEmptyCollection : Type -> obj
Protected Overrides Function CreateEmptyCollection (targetType As Type) As Object

Parameters

targetType
Type

Type of the model.

Returns

An Object assignable to targetType.

Applies to