Points about language support for 292

Neal Gafter neal at gafter.com
Thu Apr 30 15:23:59 PDT 2009


On Thu, Apr 30, 2009 at 3:15 PM, Alex Buckley <Alex.Buckley at sun.com> wrote:

> Neal: InvokeDynamic IS now a reference type. Regarding <..> to indicate
> return type for a dynamic call site, how does C# denote that?


It doesn't.  A dynamic invocation, from the point of view of C#, returns a
value of type dynamic.  The hoped-for return type isn't encoded into the
invocation.

-Neal



More information about the coin-dev mailing list