APRlib

SupportClass.SetSupport.RemoveAll Method (ICollection)

Removes all the elements contained in the specified collection.

public 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

SupportClass.SetSupport Class | (global) Namespace | SupportClass.SetSupport.RemoveAll Overload List