loop through enum c# get type code example Example: traversing an enum c# var values = Enum.GetValues(typeof(Foos)).Cast<Foos>();