Constructor AceStringVariable
AceStringVariable(string, string, string, List<AceStringValue>, Dictionary<string, string>)
Creates an instance of AceStringVariable.
Declaration
public AceStringVariable(string id, string name, string value, List<AceStringValue> values, Dictionary<string, string> properties)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The ID of the variable. |
| string | name | The name of the variable. |
| string | value | |
| List<AceStringValue> | values | The list of possible values for the variable. |
| Dictionary<string, string> | properties | The list of properties for the variable. |