choices property

List<T> choices
getter/setter pair

The available choices to choose from.

Often the entire enum's values list, unless it needs to be more restrictive.

Implementation

List<T> choices;