S
SpotNet
Hello CSharpies,
Can Enums in C# be UInt32 Types, and not just Int32 Types. I have a lot of
constant declarations that are UInt32 that I want to put in Enums to ease
the use of Intellisence. I have them in structs for now, I thought I'd ask.
Would IntPtr Enums push the bounds of a stupid question?
Regarding a post a bit further down by Tom;
'[Offtopic] What would you like to change in C# and .NET?'
Enums of different types purely for rounding up like groups of alike
constant declarations for neatness and intellisense usage. Since the
functionality and purpose of structs goes beyond just grouping constants, an
emum would make better sense. I know this would defy the meaning of Enum for
most other native types.
- Thanks Newsgroup
SpotNet.
Can Enums in C# be UInt32 Types, and not just Int32 Types. I have a lot of
constant declarations that are UInt32 that I want to put in Enums to ease
the use of Intellisence. I have them in structs for now, I thought I'd ask.
Would IntPtr Enums push the bounds of a stupid question?
Regarding a post a bit further down by Tom;
'[Offtopic] What would you like to change in C# and .NET?'
Enums of different types purely for rounding up like groups of alike
constant declarations for neatness and intellisense usage. Since the
functionality and purpose of structs goes beyond just grouping constants, an
emum would make better sense. I know this would defy the meaning of Enum for
most other native types.
- Thanks Newsgroup
SpotNet.