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
posted @ 2007-07-07 14:26
链接已经失效了
写的不错
Powered by:
博客园
Copyright © 2025 周 金根
Powered by .NET 9.0 on Kubernetes