By mswatcher
via tirania.org
Published: Aug 13 2009 / 17:45
C# 4.0 introduces the dynamic type into the language. The language will ship in Visual Studio 2010.
Once a variable is declared as having type dynamic, operations on these value are not done or verified at compile time, but instead happen entirely at runtime.



Add your comment