ObjectPath.Clone<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clone an object.
public static T Clone<T>(T obj);
static member Clone : 'T -> 'T
Public Shared Function Clone(Of T) (obj As T) As T
Type Parameters
- T
Type to clone.
Parameters
- obj
- T
The object.
Returns
T
The object as Json.