摘要:
例子:在vs2010中创建一个winform的解决方案,然后定义一个类Person,Person.cs 的代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace test{ public class Person { public string Name { get; set; } public int Age { get; set; } public string six { get; set; } public DateTime Birthday { g 阅读全文