Enum
foreach
EnumType
enum
EnumType[] values = (EnumType[])Enum.GetValues(typeof(EnumType)); foreach (EnumType value in values) { ... }