Newtonsoft.Json.Linq.JRaw.JRaw C# (CSharp) Метод

JRaw() публичный Метод

Initializes a new instance of the JRaw class from another JRaw object.
public JRaw ( JRaw other ) : System
other JRaw A object to copy from.
Результат System
    public JRaw(JRaw other)
      : base(other)
    {
    }

Same methods

JRaw::JRaw ( object rawJson ) : System