Will the dynamic keyword in C#4 support extension methods?

From the “New Features in C# 4” word doc:

Dynamic lookup will not be able to
find extension methods. Whether
extension methods apply or not depends
on the static context of the call
(i.e. which using clauses occur), and
this context information is not
currently kept as part of the payload.

Leave a Comment