ECMA-334: 10.4.3 Enumeration members
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
10.4.3 Enumeration members
The members of an enumeration are the constants declared in the enumeration and the members inherited
from the enumeration’s direct base class System.Enum and the indirect base classes System.ValueType
and object.