摘要:
通常用到的方法是通过反射进行获取:例如有如下Student类: public class Student { private string id; public string Id { get { return id; } set { id = value; } } private string name; public string Name { get { return name; } set { name = value; } } private string age; public stri... 阅读全文
posted @ 2013-01-20 13:24
Eric Sun
阅读(17688)
评论(0)
推荐(0)

浙公网安备 33010602011771号