Search Results

7
votes

using declaration with enum?

A class does not define a namespace, therefore "using" isn't applicable here. Also, you need to make the enum public. If you're trying to use the enum within the same class, here's …