Determines whether the CollectionItems 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 CollectionItems.
Return Value
Type: Booleantrue if the CollectionItems is not null and contains an element with the specified key; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | key is null. |
See Also