HashSet<TKey, TValue>.SymmetricExceptWith - метод

Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.8
C#
public void SymmetricExceptWith(
	IEnumerable<TValue> other
)

Параметры

other  IEnumerable<TValue>
The collection to compare to the current set.

Реализации

ISet<T>.SymmetricExceptWith(IEnumerable<T>)

Исключения

ArgumentNullExceptionother is null.

См. также