Adds the specified key and value to the UniValue.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- key
- Type: System String
The key of the element to add.
- value
- Type: Nemiro.OAuth UniValue
The value of the element to add.
- parent
- Type: Nemiro.OAuth UniValue
The reference to parent of the elemet to add.
Return Value
Type: UniValueReturns 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