inheriting from Enum

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
Tony said:
Hello!

Do any class inherit from Enum ?
Can you mention anyone.

//Tony

All enums inherit from System.Enum, but you can't derive a class from it
yourself.
 
Hello!

Do any class inherit from Enum ?
Can you mention anyone.

I get:

inhenum.cs(3,14): error CS0644: 'Foobar' cannot derive from special
class 'System.Enum'

you don't?

Arne
 
Back
Top