网摘 |  收藏 | 
摘要: namespace TestEqual { class Program { static void Main(string[] args) { Point2D a = new Point2D { X = 1, Y = 2 }; Point2D b = a; CallEquals(a, b); a.E 阅读全文
posted @ 2016-09-23 09:15 xulonghua219 阅读(223) 评论(0) 推荐(0) 编辑