Skip to content

M_Cyjb_Collections_CharSet_op_ExclusiveOr

CYJB edited this page Mar 20, 2024 · 7 revisions

CharSet.ExclusiveOr 运算符

返回两个字符集合的异或集(symmetric except)。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static CharSet operator ^(
	CharSet left,
	IEnumerable<char> right
)

参数

 

left
Type: Cyjb.Collections.CharSet
第一个字符集合。
right
Type: System.Collections.Generic.IEnumerable(Char)
第二个字符集合。

返回值

Type: CharSet
两个字符集合的异或集。

参见

Reference

CharSet 类
Cyjb.Collections 命名空间

Clone this wiki locally