Newtonsoft.Json.JsonPropertyAttribute.JsonPropertyAttribute C# (CSharp) Method

JsonPropertyAttribute() public method

Initializes a new instance of the JsonPropertyAttribute class.
public JsonPropertyAttribute ( ) : System
return System
        public JsonPropertyAttribute()
        {
        }

Same methods

JsonPropertyAttribute::JsonPropertyAttribute ( string propertyName ) : System
JsonPropertyAttribute