template<class OBJ >
Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item. Throws an invalid argument exception if the specified index is out of range.
Reimplemented from FdoNamedCollection< OBJ, FdoCommandException >. Definition at line 160 of file PhysicalElementMappingCollection.h. Referenced by FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Insert().
|