'Declaration Public Function Remove( _
ByVal signalThe object to remove from this collection.As EcgSignal _
) As Boolean
public: bool Remove(
EcgSignal* signal
)
public:
bool Remove(
EcgSignal^ signal
)
Parameters
- signal
- The object to remove from this collection.
Return Value
True if signal was successfully removed from this collection; otherwise, false.