[]
Initializes a new instance of the Argument class.
public Argument(string name, Type[] availableTypes)
Type | Name | Description |
---|---|---|
string | name | The name of expression item argument. |
Type[] | availableTypes | Available types for current argument. |
Initializes a new instance of the Argument class.
public Argument(string name, Type availableType)
Type | Name | Description |
---|---|---|
string | name | The name of expression item argument. |
Type | availableType | The available type for current argument. |