摘要: Type type = obj.GetType();//获取类的类型 MethodInfo[] infos = type.GetMethods(); List attrList = new List(); fore... 阅读全文
posted @ 2016-01-09 22:49 肥大头 阅读(345) 评论(0) 推荐(0)