Click here to Skip to main content
15,886,724 members
Articles / Programming Languages / C# 4.0

Dynamic Typing in C# 4.0

17 Aug 2009CPOL 7.3K   1   6
C# 4.0 introduces a new static type called dynamic. When an instance variable is defined with the type dynamic, the compiler ignores the call and won't complain.
We're sorry, but the article you are trying to view was deleted at 2 Sep 2009.

Please go to the C# 4.0 Table of Contents to view the list of available articles in this section.