This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ContainsKey Method
Visual Studio 2013
Gets a flag that indicates that the specified key occurs in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- key
- Type: TKey
The key to search for.
Return Value
Type: System::BooleanTrue if the dictionary contains the specified key; otherwise, false.
Implements
IDictionary<TKey, TValue>::ContainsKey(TKey)- 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: