C# dynamic type usage [duplicate]
Possible Duplicate:
When should one use dynamic keyword in c# 4.0?
Hi everyone.
I have a question about the dynamic types in C#. I'm used to开发者_如何学JAVA work with C# as of non-dynamic language, so I can hardly understand whether to use dynamic types, and the situations when they may be useful.
So can you please expain benefits & takeoffs & perfomance of the dynamic types usage.
Any links & examples would be appreciated.
Thanks in advance.
Look at answers here: dynamic keyword vs object data type
精彩评论