[]
Represents the type of an argument.
public enum ArgumentType
Public Enum ArgumentType
Name | Description |
---|---|
Calculation | Represents the calculation of a function. |
Value | Represents the value argument. |
Variable | Represents the variable argument. |
VariableCalculation | Represetns the calculation of a variable argument. |