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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

Реализации

ISetTUnionWith(IEnumerableT)

Исключения

См. также