Method Remove
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Remove(IDmsView)
Removes the specified item from the collection.
public bool Remove(IDmsView item)
Parameters
itemIDmsViewThe item to remove.
Returns
- bool
trueif the item is successfully found and removed; otherwise,false. This method returnsfalseif the item is not found in the collection.