DeepClone Method From Json.NET previous page next page Json.NET - Quick Starts & API Documentation DeepClone Method Namespaces ► Newtonsoft.Json.Linq ► JToken ► DeepClone()()()() C# Visual Basic Visual C++ 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) previous page start next page