Z
Z D
Hello,
I have 2 questions regarding the creation/use of interfaces:
1) Is there any way to reverse engineer an existing C# class to create an
interface out of it?
2) How do I specify ENUM's in an interface? The compiler keeps giving errors
when I try to specify an Enum. Is it possible?
If I'm not allowed to specify enum's in an interface, then how would I go
about specifying the interface for a class that have methods which accept
enum's as parameters?
thanks for your help!
-ZD
I have 2 questions regarding the creation/use of interfaces:
1) Is there any way to reverse engineer an existing C# class to create an
interface out of it?
2) How do I specify ENUM's in an interface? The compiler keeps giving errors
when I try to specify an Enum. Is it possible?
If I'm not allowed to specify enum's in an interface, then how would I go
about specifying the interface for a class that have methods which accept
enum's as parameters?
thanks for your help!
-ZD