UniValue ContainsKey Method Nemiro.OAuth
Determines whether the CollectionItems contains the specified key.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool ContainsKey(
	string key
)

Return Value

Type: Boolean
true if the CollectionItems is not null and contains an element with the specified key; otherwise, false.
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is null.
See Also