会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
trigged
博客园
首页
新随笔
新文章
联系
管理
订阅
2011年8月16日
细说”:this”
摘要: 最近发现this 有一个很有意思的地方 当我们需要多个构造函数的时候可以大大减少代码量~~先看个简单Demo class Person{ public string Name{get;set;} public int Age{get;set;} public Person(string names, int iage) { this.Name = names; this.Age = iage; }...
阅读全文
posted @ 2011-08-16 17:13 沐訫
阅读(213)
评论(0)
推荐(0)
编辑
公告