Determines whether the collection contains the specified key.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- key
- Type: System String
The key to locate in the collection.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue ContainsKey(TKey)Exceptions
Exception | Condition |
---|---|
ArgumentNullException | key is null. |
See Also