Compartir a través de


CollectionModelBinder<TElement>.CreateEmptyCollection(Type) Método

Definición

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

targetType
Type

Type del modelo.

Devoluciones

Que Object se puede asignar a targetType.

Comentarios

Se llama al crear un modelo "vacío" predeterminado para un enlace de nivel superior.

Se aplica a