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