ModelBinderDictionary.Contains Method
Determines whether the model binder dictionary contains a specified value.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public final function Contains( item : KeyValuePair<Type, IModelBinder> ) : boolean
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair(Type, IModelBinder)
The object to locate in the ICollection(T) object.
Return Value
Type: System.Booleantrue if item is found in the model binder dictionary; otherwise, false.
Implements
ICollection(T).Contains(T)
Show: