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

Adds a new item to the collection.

Syntax
 public void Add(
   TWrapper item
);

Parameters

item
The item to be added.
See Also