петля над всеми значениями в Enum

var values = Enum.GetValues(typeof(Foos)).Cast<Foos>();
Grumpy Gibbon