APRlib

SupportClass.ListCollectionSupport.RemoveElement Method (Object)

Removes an specified element from the collection.

public virtual bool RemoveElement(
   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.ListCollectionSupport Class | (global) Namespace | SupportClass.ListCollectionSupport.RemoveElement Overload List