CollectionModelBinder<TElement>.CreateEmptyCollection(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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
参数
返回
可 Object 分配给 的 targetType
。
注解
在为顶级绑定创建默认的“空”模型时调用。