ArrayModelBinder<TElement>.CreateEmptyCollection(Type) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 Object 可分配给 的 targetType。
protected:
 override System::Object ^ CreateEmptyCollection(Type ^ targetType);protected override object CreateEmptyCollection(Type targetType);override this.CreateEmptyCollection : Type -> objProtected Overrides Function CreateEmptyCollection (targetType As Type) As Object参数
返回
              Object可targetType分配给 的 。