Can anyone explain this?
alt text http://www.deviantsart.com/upload/g4knqc.png
using System; namespace TestEnum2342394834 { class Program {
You implicitely call ToString() on each element when you use Console.WriteLine.
And when you say you want an int (using the explicit type) it will convert it to an int - and then ToString() it.
The first one is the Enum value ToString()'ed