UniValueCollection Add Method (KeyValuePair String, UniValue )Nemiro.OAuth
Adds the specified item to the UniValueCollection.

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

public void Add(
	KeyValuePair<string, UniValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, UniValue 
The item to add.

Implements

ICollection T  Add(T)
See Also