John,
Start your MSDN library (VS.NET documentation), select the index tab, type
'System.Enum' (without the quotes). It should position you to System.Enum
class, press enter. You should see a list of members.
Start VS.NET, select 'View - Object Browser', expand mscorlib, expand
System, select Enum. You should see a list of members, expand Enum/Basees
and interfaces to see inherited members.
Unfortunately search MSDN for System.Enum brings up almost every page on
MSDN... I normally manually expand the tree: ".NET Development - .NET
Framework SDK - .NET Framework - Reference - Class Library - System - Enum"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemenummemberstopic.asp
Hope this helps
Jay
> I see a note in _Microsoft Visual C#.net Step by Step_ on
> page 168 that says that "All enumeration types
[quoted text clipped - 11 lines]
>
> John
John Carter - 12 Aug 2003 22:23 GMT
Thanks Jay! That DOES help, a lot. (I'd not thought of
using the Object Browser; that's a neat little tool!)
John
>-----Original Message-----
>John,
[quoted text clipped - 11 lines]
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpref/html/frlrfsystemenummemberstopic.asp
>Hope this helps
>Jay
[quoted text clipped - 16 lines]
>
>.