How is the upcoming 'dynamic' keyword in .net 4.0 going to make my life better?

前端 未结 3 842
南方客
南方客 2021-01-04 11:54

I don\'t quite get what it\'s going to let me do (or get away with :)

3条回答
  •  旧时难觅i
    2021-01-04 12:19

    There are some podcasts about the feature itself and how it can be used:

    • Inside C# 4.0: dynamic typing, optional parameters, covariance and contravariance
    • C# 4.0 New Features - COM Interop Enhancements
    • deCast - Dynamic Xml with C# 4.0 "will illustrate how you can take advantage of the dynamic functionality enabled in C# 4.0 to access Xml data in a more natural way"

提交回复
热议问题