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

JProperty() public method

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

Same methods

JProperty::JProperty ( string name ) : System
JProperty::JProperty ( string name, object content ) : System