pmMDA.NET

LinkedCollection.RemoveAll Method 

[This is preliminary documentation and subject to change.]

Removes all items of a c from this linked collection.

public void RemoveAll(
   ICollection c
);

Parameters

c
The collection of items to remove.

Remarks

If an item of the c is not in this collection, it will be omitted.

Exceptions

Exception Type Condition
ArgumentNullException c is a null reference.
ArgumentException The c contains null references.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace