Craig Andera discovered this nifty C# compiler feature "public enum Foo {   One,   Two,   Three, }"   This will also compile   "string[] s = new string[] {"hello","world",}; " Read More