This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::Contains Method
Visual Studio 2013
Checks whether the specified key is located in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- key
- Type: System::Object
The key to search for.
Return Value
Type: System::BooleanTrue if the specified key is located in this dictionary; otherwise, false.
Implements
IDictionary::Contains(Object)- 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: