ModelBinderDictionary.Remove Method (KeyValuePair<Type, IModelBinder>)
.NET Framework (current version)
Removes the first occurrence of the specified element from the model binder dictionary.
Assembly: System.Web (in System.Web.dll)
abstract Remove : item:KeyValuePair<Type, IModelBinder> -> bool override Remove : item:KeyValuePair<Type, IModelBinder> -> bool
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair<Type, IModelBinder>
The item to remove.
Return Value
Type: System.Booleantrue if item was successfully removed from the dictionary; false if item was not removed or was not found in the dictionary.
Implements
ICollection<'T>.Remove('T)
.NET Framework
Available since 4.5
Available since 4.5
Show: