Method | Description | |
---|---|---|
JsonPropertyAttribute ( ) : System |
Creates a new
|
|
JsonPropertyAttribute ( string propertyName ) : System |
Creates a new JsonPropertyAttribute with the specified property name.
|
public JsonPropertyAttribute ( string propertyName ) : System | ||
propertyName | string | The name of the JSON object property. |
return | System |