convert enum to list of object c# code example Example: c# get enum in list Enum.GetValues(typeof(SomeEnum)).Cast<SomeEnum>();