Skip to content

Operators_T_Cyjb_Collections_ReadOnlyCharSet

CYJB edited this page Oct 20, 2022 · 1 revision

ReadOnlyCharSet 运算符

The ReadOnlyCharSet type exposes the following members.

运算符

 

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

参见

Reference

ReadOnlyCharSet 类
Cyjb.Collections 命名空间

Clone this wiki locally