自动属性

来源:互联网 发布:软件企业资格认证 编辑:程序博客网 时间:2024/05/19 23:00
public class Person
{
public string FirstName { get; set; }
public string LastName { get; set; }
public int Age { get; set; }
原创粉丝点击