开发者

C# dynamic type usage [duplicate]

开发者 https://www.devze.com 2023-03-03 22:50 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: When should one use dynamic keyword in c# 4.0?
This question already has answers here: Closed 11 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消