会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CODE-FISH
不断提升自己
新随笔
联系
管理
11 2007 档案
c#属性详解(写一个文章来回顾下知识点)
摘要:C#属性是对类中的字段(fields)的保护,像访问字段一样来访问属性。同时 也就封装了类的内部数据usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceExample_1{classage{privateint_age;publicvoidSetAge(inta){if(a<0){Console.Writ...
阅读全文
posted @
2007-11-13 19:16
code-fish
阅读(11727)
评论(1)
推荐(0)