Operators_T_Cyjb_Collections_CharSet - CYJB/Cyjb GitHub Wiki

CharSet 运算符

The CharSet type exposes the following members.

运算符

 

名称 说明
公共运算符静态成员 Addition 返回两个字符集合的和集(union)。
公共运算符静态成员 BitwiseAnd 返回两个字符集合的与集(intersect)。
公共运算符静态成员 BitwiseOr 返回两个字符集合的或集(union)。
公共运算符静态成员 ExclusiveOr 返回两个字符集合的异或集(symmetric except)。
公共运算符静态成员 LogicalNot 返回当前字符集合的非集(negated)。
公共运算符静态成员 OnesComplement 返回当前字符集合的补集(negated)。
公共运算符静态成员 Subtraction 返回两个字符集合的差集(except)。
  Back to Top

参见

Reference

CharSet 类
Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️