ValueProviderDictionary.Contains Method
Visual Studio 2010
Determines whether the collection of value providers contains the specified item.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function Contains ( _ item As KeyValuePair(Of String, ValueProviderResult) _ ) As Boolean
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair(Of String, ValueProviderResult)
The object to locate in the ICollection(Of T) instance.
Return Value
Type: System.Booleantrue if item is found in the collection of value providers; otherwise, false.
Implements
ICollection(Of T).Contains(T)Community Additions
ADD
Show: