lunedì 3 febbraio 2014

MSDN Magazine: Dynamic .NET - Understanding the Dynamic Keyword in C# 4

"Remember that dynamic is in fact a static type in the C# type system, so the compiler infers this type for the anotherObject. It’s important to understand that the var keyword is just an instruction for the compiler to infer the type from the variable’s initialization expression; var is not a type."
Good blog post