摘要: # 默认的展示方式 # 自定义后的展示方式 # 标签类,enum成员加上这个标签才会按自定义的方式显示 public class CustomEnumAttribute : HeaderAttribute { public CustomEnumAttribute(string header) : b 阅读全文
posted @ 2022-04-01 23:44 yanghui01 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 【接口参照了c# HashSet】 UnionWith: 合集IntersectWith: 交集ExceptWith: 差集SymmetricExceptWith: 相当于异或, 相同的排除, 不同的留下 IsSubsetOf: 是否为子集IsSupersetOf: 是否为超集IsProperSup 阅读全文
posted @ 2022-04-01 00:09 yanghui01 阅读(26) 评论(0) 推荐(0) 编辑