DictionaryModelBinder<TKey,TValue>.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:
override System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected override object CreateEmptyCollection (Type targetType);
override this.CreateEmptyCollection : Type -> obj
Protected Overrides Function CreateEmptyCollection (targetType As Type) As Object
Parâmetros
Retornos
Um Object atribuível a targetType
.