摘要:
自定义特性 [AttributeUsage(AttributeTargets.All)] public class HelpAttribute : System.Attribute { private string topic; public readonly string Url; public 阅读全文
摘要:
类 public class A { /// <summary> /// 字段名称 /// </summary> public string Name { get; set; } } 获取值 A model= new A(){Name="ABC"}; string nameOfProperty = 阅读全文