UniValueCollection Contains Method Nemiro.OAuth
Determines whether the collection contains a specific value.

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

public bool Contains(
	KeyValuePair<string, UniValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, UniValue 
The object to locate in the collection.

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also