摘要: 一、C#自带特性 1.AttributeUsage特性(自定义特性的特性) [AttributeUsage(validon,AllowMultiple=allowmultiple,Inherited=inherited)] (1)validon表示 特性可以提供给什么类型 All 可以对任何应用程序 阅读全文
posted @ 2020-04-25 20:39 富坚老贼 阅读(233) 评论(0) 推荐(0)