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