J
John
Hi all,
I'm relatively new to this so please bare with me here.
I have a whole lot of VB dll's that I use and all of them inherit from one
central dll. Now in VB, I simply use the Inherits keyword and include the
base dll in my references for that particular project I'm working in. I also
have to state the MyBase.New(p1, p2, p3) in the New (i.e. constructor
Method) of the dll I'm working in. Incidentally, you'll notice the
constructor accepts 3 parameters. Everything works fine.
I now want to be able to inherit from the same base dll in my C# class
library project but am unsure of how to go about this. I have to pass the 3
parameters. Do I simply do something similar to the inheriting VB dll's and
use the MyBase.New in my C# contructor method?
Any help appreciated.
Regards
John.
I'm relatively new to this so please bare with me here.
I have a whole lot of VB dll's that I use and all of them inherit from one
central dll. Now in VB, I simply use the Inherits keyword and include the
base dll in my references for that particular project I'm working in. I also
have to state the MyBase.New(p1, p2, p3) in the New (i.e. constructor
Method) of the dll I'm working in. Incidentally, you'll notice the
constructor accepts 3 parameters. Everything works fine.
I now want to be able to inherit from the same base dll in my C# class
library project but am unsure of how to go about this. I have to pass the 3
parameters. Do I simply do something similar to the inheriting VB dll's and
use the MyBase.New in my C# contructor method?
Any help appreciated.
Regards
John.