会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
star250
博客园
首页
新随笔
联系
订阅
管理
09 2009 档案
如何遍历类的属性?
摘要:using System.Reflection; Type t = typeof(YourClass); foreach (PropertyInfo pi in t.GetProperties()) { Response.Write(pi.Name); }
阅读全文
posted @
2009-09-23 16:53
微星
阅读(293)
评论(1)
推荐(0)
点击右上角即可分享