[]
public ExpressionItem(string name, string syntax, ItemType type)
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | syntax | |
| ItemType | type |
public ExpressionItem(string name, string syntax, string description, ItemType type)
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | syntax | |
| string | description | |
| ItemType | type |