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
item
IDmsViewThe item to remove.
Returns
- bool
true
if the item is successfully found and removed; otherwise,false
. This method returnsfalse
if the item is not found in the collection.