Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enum Question
Message
 
To
12/06/2008 12:15:46
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01323491
Message ID:
01323527
Views:
17
>Einar,
>
>>
>>You can create them in any class that is accessible from the rest of the application :)
>>For one project solutions I have sometimes put application wide enums in the class that contains static void Main() (by "default" in Program.cs)
>>
>>In bigger solutions I have created a class with "generic" enums.
>>
>
>I don't typically put Enums in a class and hadn't really thought of doing that. What would be the advantage? Do they become only accessable to the class if they are not declared public?
>Tim

And I had not thought of putting an enum outside of a class.
If en enum is withing a class and is private it is only accessible from within that class. I use that feature quite a bit.

Now I have to ponder when I out want my enum outside of the class
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform