HashSetTKey, TValueExceptWith - метод

Removes all elements in the specified collection from the current set.

Definition

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

Параметры

other  IEnumerableTValue
The collection of items to remove from the set.

Реализации

ISetTExceptWith(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также