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) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public void IntersectWith(
	IEnumerable<TValue> other
)

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

Реализации

ISetTIntersectWith(IEnumerableT)

Исключения

См. также