Is there an intention of enhancing cobra for these?
We already have type inference and late binding with a ticket/note for supporting (or using) the .Net 4.0 code for that
i.e var and dynamic - see ticket:319.
The obvious ones not covered yet are
- Optional Parameters (default parameter values)
- Named Parameters
- Variance (maybe - probably just augmenting syntax support)
- I think simpler COM interop should just fall out of the update....
see C 4.0s New Features Explained