Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sometimes it's convenient to have a property that limits the user to selecting from a fixed set of choices. For instance, in the SortedList.cst template, the Accessibility property controls the accessibility of the generated class:

Image RemovedImage Added

To accomplish this, you need to take two steps. First, define an enumeration in a <script> block in your code:

...