wyrd
Well-known member
Im assuming from the error Im getting from .NET that I cant create shared constants or enums? I find this rather puzzling and it just doesnt make sense to me. Is there any way to get around this? I suppose I could make a Public Shared Readonly Property... But that still doesnt get me past the Shared Enums.
While Im on the topic of Constants and Enums, whats the recommended naming convention for those in .NET? Is it CAPS for Constants and PascalCase for Enums?
While Im on the topic of Constants and Enums, whats the recommended naming convention for those in .NET? Is it CAPS for Constants and PascalCase for Enums?