This function is used to modify an existing enumerator type. A number of actions can be performed with this function.
This function generates a change.
| Action | Description |
|---|---|
| add | Adds a member or method to the enumerator. |
| def | Sets the default member for the enumerator. |
| del | Deletes a member or method from the enumerator. |
| mod | Modifies a members value or methods closure. |
| ren | Renames a member or method. |