文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>C#3.0高级特性 New C#3 Language Features

C#3.0高级特性 New C#3 Language Features

时间:2010-12-18  来源:吴X

1.Linq
2.Extension Methods
3.Lambda Methods


string [] names=new string[]{"bill","Jane","Bob"};

IEnumberable<string> bs=name.Where<string>(
deletegate(string s){ return s.StartWith("b"); }
);


等同于: IEnumberable<string> bs=names.Where( n => n.StartWith("b") );

4.Generic Type Inference
5.Automatic properties
6.Object and Collection Initializers
7.Type Inference 类型推断
e.g.: var now=new DateTime(2001,1,1); // The variable takes the type Datetime
8. Anynymous Types 匿名类型.

 

相关阅读 更多 +
排行榜 更多 +
打击盒沙盒和射击无限金币版

打击盒沙盒和射击无限金币版

飞行射击 下载
全民打方块无限钻石版最新版本

全民打方块无限钻石版最新版本

飞行射击 下载
打击盒沙盒和射击

打击盒沙盒和射击

飞行射击 下载