Table of Contents
BaseObjectCollectionWrapper<T,T>.Remove Method 

Removes the first occurrence of a specific item from the collection.

Syntax
 public bool Remove(
   TWrapper item
);

Parameters

item
The item to be removed.

Return Value

true if item successfully removed; otherwise, false.

See Also