Join Slack
Powered by
No, there is no such thing. If `SomeType` is an in...
# announcements
d
diesieben07
02/20/2019, 9:28 AM
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.
2
Views
Open in Slack
Previous
Next