UniValue Clone Method Nemiro.OAuth
Creates a new object that is a copy of the current UniValue instance.

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

public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneable Clone 
See Also