T Tony Johansson Jun 24, 2010 #1 Hello! Do any class inherit from Enum ? Can you mention anyone. //Tony
W Willem van Rumpt Jun 24, 2010 #2 Tony said: Hello! Do any class inherit from Enum ? Can you mention anyone. //Tony Click to expand... All enums inherit from System.Enum, but you can't derive a class from it yourself.
Tony said: Hello! Do any class inherit from Enum ? Can you mention anyone. //Tony Click to expand... All enums inherit from System.Enum, but you can't derive a class from it yourself.
A Arne Vajhøj Jun 25, 2010 #3 Hello! Do any class inherit from Enum ? Can you mention anyone. Click to expand... I get: inhenum.cs(3,14): error CS0644: 'Foobar' cannot derive from special class 'System.Enum' you don't? Arne
Hello! Do any class inherit from Enum ? Can you mention anyone. Click to expand... I get: inhenum.cs(3,14): error CS0644: 'Foobar' cannot derive from special class 'System.Enum' you don't? Arne