Enumeration Type - jrossignol/ContractConfigurator GitHub Wiki
Enumerations include all types that have a list of values (typically, the full list of values is documented in the appropriate Contract Configurator parameter. The type will vary based on the type of enumeration, but is generically referred to as enum in this section.
Local Functions
| Function Signature | Description |
|---|---|
enum Random()
|
Returns a random value from the enumeration. |
List<enum> AllEnumValues()
|
Returns all the valid values for the enumeration. |