Define data type for enums
18/01/2010 Leave a comment
The data type can be defined for an enumeration:
enum EnumName : [byte, char, int16, int32, int64, uint16, uint32, uint64]
{
A = 1,
B = 2
}
All my posts are provided "AS IS" with no warranties, and confer no rights.
18/01/2010 Leave a comment
The data type can be defined for an enumeration:
enum EnumName : [byte, char, int16, int32, int64, uint16, uint32, uint64]
{
A = 1,
B = 2
}
About bpostaci
Escalation Engineer in Microsoft.