Method AddAttribute
AddAttribute(String, JsonValue)
Adds JSONValue object with the unique attribute name.
Declaration
void AddAttribute(string attributeName, JsonValue attributeValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Key against which JSONValue is identified. |
JsonValue | attributeValue | JSONValue to be added. |
AddAttribute(String, JsonValueBase)
Adds JSONValueBase object with the unique attribute name.
Declaration
void AddAttribute(string attributeName, JsonValueBase attributeValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | Key against which JSONValueBase is identified. |
JsonValueBase | attributeValue | JSONValueBase to be added. |