ValueProviderDictionary.Contains Method
Determines whether the collection of value providers contains the specified item.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract Contains : item:KeyValuePair<string, ValueProviderResult> -> bool override Contains : item:KeyValuePair<string, ValueProviderResult> -> bool
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair(String, ValueProviderResult)
The object to locate in the ICollection(T) instance.
Return Value
Type: System.Booleantrue if item is found in the collection of value providers; otherwise, false.
Implements
ICollection(T).Contains(T)
Show: