Constructor AceStringValue
AceStringValue(string, string, State, Dictionary<string, string>)
Constructor
Declaration
public AceStringValue(string name, string value, AceStringValue.State state, Dictionary<string, string> properties)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the variable value |
| string | value | The value of the variable value |
| AceStringValue.State | state | The state of the variable value |
| Dictionary<string, string> | properties | The properties of the variable value |