public static int Count { get; }
int total = Enum<eExampleEnum>.Count; // returns 4 (None, Good, Bad, Entry)