HashSetTKey, TValueUnionWith - метод

Modifies the current set so that it contains all elements that are present in the current set, in the specified collection, or in both.

Definition

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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

Реализации

ISetTUnionWith(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также