I have a deprecated (Obsolete) function which returns an enum, and I have a new function which returns a List of enums.
One of the enum values is used only in the deprecated function, so is it possible to set an enum member as obsolete (because it can’t be in the List)?
Sure, you can: