Comment enum's part of language or .NET (Score 1) 381
Hejlsberg states:
"We've preserved enums in C# and made them type-safe as well. In C#, enums are not just integers. They're actually strongly typed value types that derive from System.Enum in the .NET base-class library."
Are enums part of C# or C# part of .NET?