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.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void UnionWith(
IEnumerable<TValue> other
)
Public Sub UnionWith (
other As IEnumerable(Of TValue)
)
public:
virtual void UnionWith(
IEnumerable<TValue>^ other
) sealed
abstract UnionWith :
other : IEnumerable<'TValue> -> unit
override UnionWith :
other : IEnumerable<'TValue> -> unit
- other IEnumerableTValue
- The collection to compare to the current set.
ISetTUnionWith(IEnumerableT) ArgumentNullException | other is . |