ModelBinderDictionary.Add Method (KeyValuePair<Type, IModelBinder>)
.NET Framework (current version)
Adds the specified item to the dictionary.
Assembly: System.Web (in System.Web.dll)
abstract Add : item:KeyValuePair<Type, IModelBinder> -> unit override Add : item:KeyValuePair<Type, IModelBinder> -> unit
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair<Type, IModelBinder>
The object to add to the dictionary.
Implements
ICollection<'T>.Add('T)
.NET Framework
Available since 4.5
Available since 4.5
Show: