摘要: public class ObjectReflection { public static PropertyInfo[] GetPropertyInfos(Type type) { return type.GetProperties(BindingFlags.Public | BindingFlags.Instance); ... 阅读全文
posted @ 2017-09-13 19:42 人生为卒 阅读(115) 评论(0) 推荐(0) 编辑