Lingkari semua nilai dalam enum

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