What is the 'dynamic' type in c# 4.0 used for?
Posted
by Fahad
on Stack Overflow
See other posts from Stack Overflow
or by Fahad
Published on 2010-04-22T12:14:44Z
Indexed on
2010/04/22
12:23 UTC
Read the original article
Hit count: 257
C# 4.0 introduced a new type called 'dynamic'. It all sounds good but what would a programmer use it for?
If anyone can think of a situation where it can save the day please tell me.
© Stack Overflow or respective owner