Suppose to have
enum SomeEnum { One, Two, Three };
SomeEnum is an enum so it is supposed to inherit from Enum so why if I write:
Enum in its declaration is not a class that is equal to SomeEnum. It should be
Dictionary aDictionary = new Dictionary();