Newtonsoft.Json.Linq.JRaw.JRaw C# (CSharp) Method

JRaw() public method

Initializes a new instance of the JRaw class from another JRaw object.
public JRaw ( JRaw other ) : System
other JRaw A object to copy from.
return System
    public JRaw(JRaw other)
      : base(other)
    {
    }

Same methods

JRaw::JRaw ( object rawJson ) : System