I just saw a brand-new video on the Rx framework, and one particular signature caught my eye:
Scheduler.schedule(this IScheduler, Action<Action>)
At 23:55, Bart de Smet says:
The earliest version would be Action of Action.
If Action is a parameterized type, how can it appear unparameterized inside the angle brackets again? Wouldn't it have to be Action<Action<Action<...>>> ad infinitum, which is obviously impossible?
Actiontype as well? That would explain it :) – jalf Jun 29 '11 at 18:11