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, more like "yes and no." :-) Yes, you can use standard container generics like List and Action but no, you can't create your own generics as illustrated in the example.
I don't know enough about the compiler to know why it silently fails. It seems to have something to do with the member generic. If I take your example and change the member to just 'public T Action' I get a (admittedly vague) 'unsupported feature' error.
Trying to compile this code With ScriptSharp silently fails:
The text was updated successfully, but these errors were encountered: