今天了解了一下C# 4.0的一些新特性,并在VS2010里试了几把,主要的特性包括:

 1. Dynamic binding

 2. Named and Optional Arguments

 3. Features for COM interop

 4. Variance

 5. Relationship with Visual Basic

    学习资料

      1. New Features in C# 4.0
      2. [翻 译] C# 4.0新特性(白皮书)- Anders Liu
      3. C# 4.0's New Features Explained By Josh Fischer
      4. Generic Covariance and Contra-Variance in C# 4.0
      5. c#4.0 新特性之(Dynamic Lookup1, 2 Named and Optional Parameters1,2) - 维生素C.net

      示例代码

      Visual Studio 2010 Samples for C# 4.0

      关于C#4.0语言特性,主要关注以下几个工程:

       1. Named and Optional

       2. Office Sample

       3. Simple Variance

       4. Python Sample

      相关文章:

      • 2021-11-03
      • 2022-02-11
      • 2021-07-03
      • 2021-09-13
      • 2021-07-19
      • 2021-12-02
      • 2022-02-09
      猜你喜欢
      • 2021-10-09
      • 2022-12-23
      • 2021-12-04
      • 2021-12-22
      • 2021-05-17
      • 2021-12-22
      相关资源
      相似解决方案