M_Cyjb_Collections_ReadOnlyCharSet_op_BitwiseOr - CYJB/Cyjb GitHub Wiki
返回两个字符集合的或集(union)。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static ReadOnlyCharSet operator |(
ReadOnlyCharSet left,
IEnumerable<char> right
)
- left
- Type: Cyjb.Collections.ReadOnlyCharSet
第一个字符集合。 - right
- Type: System.Collections.Generic.IEnumerable(Char)
第二个字符集合。
Type: ReadOnlyCharSet
两个字符集合的或集。