会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Rocky Zhang
博客园
首页
新随笔
联系
管理
订阅
2012年3月22日
C#中get和set个人理解
摘要: C#中get和set,get是只读,set是只写,是C#对属性的读取和写入 public class Student { private string name; public string Name { get { return name; } set { name = val...
阅读全文
posted @ 2012-03-22 22:34 Rocky Zhang
阅读(628)
评论(1)
推荐(0)
编辑
公告