首页 > 其他 > 详细

C#匿名类型 - Anonymous Types

时间:2014-07-18 21:06:55      阅读:388      评论:0      收藏:0      [点我收藏+]

C#匿名类型 - Anonymous Types

  Anonymous types provide a convenient way to encapsulate a set of read-only properties into a single object without having to explicitly define a type first. The type name is generated by the compiler and is not available at the source code level. The type of each property is inferred by the compiler.

  匿名类型属性为只读,被编译器生成,每个属性被编译器推断生成。

  bubuko.com,布布扣

  匿名类型最常用场景为,当一个类数据过大,而我们只想抽取其中几个属性来使用时。例如:

  bubuko.com,布布扣

  也可以生成匿名类型数组:

  bubuko.com,布布扣

参考:http://msdn.microsoft.com/zh-cn/library/bb397696.aspx

C#匿名类型 - Anonymous Types,布布扣,bubuko.com

C#匿名类型 - Anonymous Types

原文:http://www.cnblogs.com/tekkaman/p/3850219.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!