CollectionModelBinder<TElement>.CreateEmptyCollection(Type) 方法

定义

创建 Object 可分配给 的 targetType

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

参数

targetType
Type

Type 模型。

返回

Object 分配给 的 targetType

注解

在为顶级绑定创建默认的“空”模型时调用。

适用于