You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we only have a non-generic interface type. We should now introduce a generic interface type so that we can automatically detect when a certain type implements a certain interface or extends a base class. Ideally the type parameter can be an interface or a base-class.
publicclassFooInterfaceType:InterfaceType<IFoo>{}
The text was updated successfully, but these errors were encountered:
At the moment we only have a non-generic interface type. We should now introduce a generic interface type so that we can automatically detect when a certain type implements a certain interface or extends a base class. Ideally the type parameter can be an interface or a base-class.
The text was updated successfully, but these errors were encountered: