Hi Chip,
Just a few last words:
FYI, a few minor details:
The "C# Lang. Spec. (Based on Beta Content)" says the underlying type is "int" (Sec. 14.1), so ": int" is apparently redundant.
The spec also says enums have default values 0, 1, ... (just like C, etc.)...