Table of Contents

Method UnionWith

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

UnionWith(IEnumerable<IDmsView>)

Modifies the current set to contain all items that are present in itself, the specified collection, or both.

public void UnionWith(IEnumerable<IDmsView> other)

Parameters

other IEnumerable<IDmsView>

The collection to compare to the current set.

Exceptions

ArgumentNullException

other is null.