UniValueCollection ContainsKey Method Nemiro.OAuth
Determines whether the collection 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

Implements

IDictionary TKey, TValue  ContainsKey(TKey)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is null.
See Also