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

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.0.8
C#
public void IntersectWith(
	IEnumerable<TValue> other
)

Параметры

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

Реализации

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

Исключения

ArgumentNullExceptionother is null.

См. также