07 2007 档案

C#3.0语言新特性
摘要:隐式类型的声明 var i = 1; // int var a = new int[] { 1, 2, 3, 4, 5 }; // int[] 自动属性(Automatic Properties) public class Cell { //行属性 public string Row { get; set; } public string Co... 阅读全文

posted @ 2007-07-07 14:26 周 金根 阅读(312) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示