John,

Can you pass Type of the enum to the method?

internal void MethodThatDoesStuff(Type AnEnumeration)
...
base.MethodThatDoesStuff(typeof(Stage));


Mattias

--
Mattias Sjögren [MVP]
[EMAIL PROTECTED]
http://www.msjogren.net


===================================
This list is hosted by DevelopMentor®  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to