摘要:
1、定义 public class EntBase:where T: new() { public List GetListDemo() { var lst = new List(); for (int i = 1; i... 阅读全文
摘要:
var ent = new Ent(); foreach (var item in ent.GetType().GetProperties()) { var v = (DescriptionAttribute[])item... 阅读全文