Tekkaman

导航

 

2014年7月17日

摘要: 【隐式类型局部变量】 可以赋予局部变量推断“类型”var而不是显式类型。var关键字指示编译器根据初始化语句右侧的表达式推断变量的类型。推断类型可以是内置类型、匿名类型、用户定义类型或 .NET Framework 类库中定义的类型。 // i is compiled as an intvar ... 阅读全文
posted @ 2014-07-17 10:05 Tekkaman 阅读(480) 评论(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 ... 阅读全文
posted @ 2014-07-17 09:37 Tekkaman 阅读(657) 评论(0) 推荐(0) 编辑