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

SupportClass.ICollectionSupport.Remove Method 

Removes the specified element from the collection.

public static bool Remove(
   ICollection c,
   object obj
);

Parameters

c
The collection where the element will be removed.
obj
The element to remove from the collection.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace