Table of Contents

Method Add

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

Add(IDmsView)

Adds the specified item to a set.

public bool Add(IDmsView item)

Parameters

item IDmsView

The item to add to the set.

Returns

bool

true if the item is added to the set; false if the item is already present.

Exceptions

ArgumentNullException

The value of a set operation is null.