RouteValueDictionary::ICollection<KeyValuePair<String^, Object^>>::Contains Method (KeyValuePair<String^, Object^>)
For a description of this member, see Contains.
Assembly: System.Web (in System.Web.dll)
private: virtual bool Contains( KeyValuePair<String^, Object^> item ) sealed = ICollection<KeyValuePair<String^, Object^>>::Contains
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
The key and value pair to locate in the dictionary.
Implements
ICollection<T>::Contains(T)This member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an ICollection<T> interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: