Table of Contents

Method IntersectWith

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

IntersectWith(IEnumerable<IDmsView>)

Modifies the current set to contain only items that are present in that object and in the specified collection.

public void IntersectWith(IEnumerable<IDmsView> other)

Parameters

other IEnumerable<IDmsView>

The collection to compare to the current set.

Exceptions

ArgumentNullException

other is null.