Re: [DOTNET] Schrodininger's Enum

2002-05-07 Thread Ray Heath
next release. > >-Original Message- >From: Richard Grimes [mailto:[EMAIL PROTECTED]] >Sent: Sunday, May 05, 2002 4:00 AM >To: [EMAIL PROTECTED] >Subject: Re: [DOTNET] Schrodininger's Enum > >Hmmm, > >Its been a while since I did any quantum mechanics[1], semiconduc

Re: [DOTNET] Schrodininger's Enum

2002-05-06 Thread Mark Hall (VC++)
t;Ray Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 04, 2002 11:50 PM Subject: [DOTNET] Schrodininger's Enum Visual Studio MSDN Help Wrote: "An Enum is a named constant whose underlying type is any integral type except Char. If no underlying

Re: [DOTNET] Schrodininger's Enum

2002-05-05 Thread Richard Grimes
Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 04, 2002 11:50 PM Subject: [DOTNET] Schrodininger's Enum Visual Studio MSDN Help Wrote: "An Enum is a named constant whose underlying type is any integral type except Char. If no underlying type is explic

[DOTNET] Schrodininger's Enum

2002-05-04 Thread Ray Heath
Visual Studio MSDN Help Wrote: "An Enum is a named constant whose underlying type is any integral type except Char. If no underlying type is explicitly declared, Int32 is used. Enum DERIVES FROM VALUETYPE, BUT IS NOT A VALUE TYPE. Programming languages typically provide syntax to declare an enume