foreach (ENUMType item in ENUMType.GetValues(typeof(ENUMType))) { Console.WriteLine(item.ToString()); }