private name; void setname(string na)//写 { name=na; } string getname()//读 { return name; } C#已经封装好了函数