No, there is no such thing. If `SomeType` is an in...
# announcements
d
No, there is no such thing. If
SomeType
is an interface you can do
interface MyInterface : SomeType
. Otherwise what you want is not possible and you probably want an abstract class instead.