Compartilhar via


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

Definição

Crie um Object atribuível 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 do modelo.

Retornos

Um Object atribuível a targetType.

Comentários

Chamado ao criar um modelo 'vazio' padrão para uma associação de nível superior.

Aplica-se a