摘要:
组元是C# 4.0引入的一个新特性,编写的时候需要基于.NET Framework 4.0或者更高版本。组元使用泛型来简化一个类的定义。 public class Point { public int X { get; set; } public int Y { get; set; } } //th 阅读全文
posted @ 2016-06-14 14:48
**sunshining**
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号