ModelBinderDictionary.Add Método

Definición

Agrega un nuevo elemento al diccionario.

Sobrecargas

Add(KeyValuePair<Type,IModelBinder>)

Agrega el elemento especificado al diccionario.

Add(Type, IModelBinder)

Agrega el elemento especificado al diccionario.

Add(KeyValuePair<Type,IModelBinder>)

Agrega el elemento especificado al diccionario.

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^> item);
public void Add (System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder> item);
abstract member Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
Public Sub Add (item As KeyValuePair(Of Type, IModelBinder))

Parámetros

item
KeyValuePair<Type,IModelBinder>

Objeto que se agrega al diccionario.

Implementaciones

Se aplica a

Add(Type, IModelBinder)

Agrega el elemento especificado al diccionario.

public:
 virtual void Add(Type ^ key, System::Web::ModelBinding::IModelBinder ^ value);
public void Add (Type key, System.Web.ModelBinding.IModelBinder value);
abstract member Add : Type * System.Web.ModelBinding.IModelBinder -> unit
override this.Add : Type * System.Web.ModelBinding.IModelBinder -> unit
Public Sub Add (key As Type, value As IModelBinder)

Parámetros

key
Type

Clave del elemento que se va a agregar.

value
IModelBinder

Valor del elemento que se va a agregar.

Implementaciones

Se aplica a