UniValue Add Method (String, UniValue, UniValue)Nemiro.OAuth
Adds the specified key and value to the UniValue.

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

public UniValue Add(
	string key,
	UniValue value,
	UniValue parent
)

Return Value

Type: UniValue

Returns the added element.

Remarks

If the current UniValue is not a collection (IsCollection is false), it will automatically be converted to the collection. If the current UniValue is not empty, then it will be assigned a key ____ in a new collection.

See Also