APRlib

SupportClass.CollectionSupport.RemoveAll Method (ICollection)

Removes all the elements contained into the specified collection.

public virtual bool RemoveAll(
   ICollection collection
);

Parameters

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

Return Value

Returns true if all the elements were successfuly removed. Otherwise returns false.

See Also

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