DeepClone Method

Json.NET

Json.NET - Quick Starts & API Documentation DeepClone Method
NamespacesNewtonsoft.Json.LinqJTokenDeepClone()()()()
Creates a new instance of the JToken. All child tokens are recursively cloned.
Declaration Syntax
C# Visual Basic Visual C++
public JToken DeepClone()
Public Function DeepClone As JToken
public:
JToken^ DeepClone()
Return Value
A new instance of the JToken.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)