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

SupportClass.ICollectionSupport.RetainAll Method 

Retains the elements in the target collection that are contained in the specified collection

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

Parameters

target
Collection where the elements will be removed.
c
Elements to be retained in the target collection.

Return Value

true

See Also

SupportClass.ICollectionSupport Class | (global) Namespace