template<class OBJ , class EXC >
virtual void FdoNamedCollection< OBJ, EXC >::Insert ( FdoInt32  item,
OBJ *  value 
) [inline, virtual]

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.

Parameters:
item Input item
value Input value
Returns:
Returns nothing

Reimplemented from FdoCollection< OBJ, EXC >.

Reimplemented in FdoPhysicalElementMappingCollection< OBJ >, FdoSchemaCollection< OBJ >, FdoPhysicalElementMappingCollection< FdoXmlClassMapping >, FdoPhysicalElementMappingCollection< FdoXmlElementMapping >, FdoSchemaCollection< FdoClassDefinition >, FdoSchemaCollection< FdoFeatureSchema >, FdoSchemaCollection< FdoFeatureClass >, FdoSchemaCollection< FdoPropertyDefinition >, and FdoSchemaCollection< FdoDataPropertyDefinition >.

Definition at line 213 of file NamedCollection.h.