HashSetTKey, TValueIntersectWith - метод

Modifies the current set so that it contains only elements that are also in a specified collection.

Definition

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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

Реализации

ISetTIntersectWith(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также