Is there a way to convert an enum to a list that contains all the enum's options?
|
|
This will return an array of all the values of an Enum.
|
||
|
|
|
I think that if you are looking to do this, you might want to think if you really should be using an enum or if you should switch to an object that represents w/e your enum is. |
||
|
|
