APRlib

SetBase.RemoveAll Method 

Removes all the elements contained in the specified collection.

protected virtual bool RemoveAll(
   ICollection collection
);

Parameters

collection
The collection used to extract the elements that will be removed.

Return Value

True if all the elements were successfuly removed, false otherwise.

See Also

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