M_Cyjb_Collections_ReadOnlyCharSet_op_LogicalNot - CYJB/Cyjb GitHub Wiki
返回当前字符集合的非集(negated)。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static ReadOnlyCharSet operator !(
ReadOnlyCharSet left
)
- left
- Type: Cyjb.Collections.ReadOnlyCharSet
要计算的字符集合。
Type: ReadOnlyCharSet
当前集合的非补集。