CollectionModelBinder<TElement>.CreateEmptyCollection(Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.