ModelBinderDictionary.Remove Method (KeyValuePair(Of 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)
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair(Of 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(Of T).Remove(T)
.NET Framework
Available since 4.5
Available since 4.5
Show: