S
SA
Hi all,
How could I go about defining ctors in an interface. (not to instantiate the
interface, of course, but to force the implementing class to provide a
specific ctor).
Sub New(ByVal x as MyType) doesn't work.
May be it's not possible, in which case it should be on the to-do list for
future versions...
How could I go about defining ctors in an interface. (not to instantiate the
interface, of course, but to force the implementing class to provide a
specific ctor).
Sub New(ByVal x as MyType) doesn't work.
May be it's not possible, in which case it should be on the to-do list for
future versions...