public static valueAt(enumType as Type, ordinal as Int) as Enum:
Resolves the canonical singleton at one declaration ordinal.
| Parameter | Description |
|---|---|
enumType | Concrete enum type. |
ordinal | Zero-based declaration position. |
Canonical state singleton.
enum Color: RED BLUE assert Enum.valueAt(Color.type, 1) is Color.BLUE