1

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 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.

Community
  • 1
  • 1
danyloid
  • 1,677
  • 3
  • 21
  • 47

1 Answers1

2

Look at answers here: dynamic keyword vs object data type

Community
  • 1
  • 1
Kon
  • 27,113
  • 11
  • 60
  • 86