Table of Contents

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 IDmsView

The item to remove.

Returns

bool

true if the item is successfully found and removed; otherwise, false. This method returns false if the item is not found in the collection.