MC++ FAQ
Saturday 07 | 20 | 2002
Managed Enumerations
Enumerations in .NET are value types, so you should declare them using the __value keyword, like this:
public __value enum abc 
{ 
   a, 
   b, 
   c 
};
Posted by tomasr at July 20, 2002 12:42 PM
Comments
Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?

Copyright(C) 2002, Tomas Restrepo, All rights reserved. Powered by Movable Type 2.63