This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Contains Method
Visual Studio 2013
Checks whether the specified item is located in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual bool Contains( KeyValuePair<TKey, TValue> item ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Contains
Parameters
- item
- Type: System.Collections.Generic::KeyValuePair<TKey, TValue>
The item to search for.
Return Value
Type: System::BooleanTrue if the specified item is located in this dictionary; otherwise, false.
Implements
ICollection<T>::Contains(T)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: