ArrayModelBinder<TElement>.CreateEmptyCollection(Type) 方法

定义

创建 Object 可分配给 的 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

参数

targetType
Type

Type 模型的 。

返回

ObjecttargetType分配给 的 。

适用于