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
Well, technically T can be accessed in some way through obj but the whole point is that we do not know the type of obj, so we can't cast it to the actual object type of the current interface reference passed to access it.
Generated code:
Basically, there is no way to get to T from an interface reference.
The text was updated successfully, but these errors were encountered: