CollectionModelBinder<TElement>.CreateEmptyCollection(Type) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Cree un Object objeto asignable a 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
Parámetros
Devoluciones
Que Object se puede asignar a targetType
.
Comentarios
Se llama al crear un modelo "vacío" predeterminado para un enlace de nivel superior.