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
itemIDmsViewThe item to add to the set.
Returns
- bool
trueif the item is added to the set;falseif the item is already present.
Exceptions
- ArgumentNullException
The value of a set operation is null.