APRlib

SetBase.Remove Method 

Removes an element from the set.

protected virtual bool Remove(
   object elementToRemove
);

Parameters

elementToRemove
The element to be removed.

Return Value

True if the element was removed.

See Also

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace