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

Inserts an item into the collection at the specified index.

Syntax
 public void Insert(
   int index,
   TWrapper item
);
See Also