JRaw Constructor (other) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation JRaw Constructor (other) Namespaces ► Newtonsoft.Json.Linq ► JRaw ► JRaw(JRaw) C# Visual Basic Visual C++ Initializes a new instance of the JRaw class from another JRaw object. Declaration Syntax C# Visual Basic Visual C++ public JRaw( JRaw other ) Public Sub New ( _ other As JRaw _ ) public: JRaw( JRaw^ other ) Parameters other (JRaw) A JRaw object to copy from. Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page