APRlib

SupportClass.CollectionSupport.Remove Method 

Removes an specified element from the collection.

public virtual bool Remove(
   object element
);

Parameters

element
The element to be removed.

Return Value

Returns true if the element was successfuly removed. Otherwise returns false.

See Also

SupportClass.CollectionSupport Class | (global) Namespace