how to make a enum list in c#

91

c# convert enum to list -

Enum.GetValues(typeof(SomeEnum)).Cast<SomeEnum>();

Comments

Submit
0 Comments