OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.RemoveAll Method 

Removes all the elements from the specified collection that are contained in the target collection.

public static bool RemoveAll(
   ICollection target,
   ICollection c
);

Parameters

target
Collection where the elements will be removed.
c
Elements to remove from the target collection.

Return Value

true

See Also

SupportClass.ICollectionSupport Class | (global) Namespace