FDO API Reference Feature Data Objects
virtual void FdoIdentifierCollection::Insert ( FdoInt32  item,
FdoIdentifier 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 index
value Input value
Returns:
Returns nothing

Reimplemented from FdoCollection< FdoIdentifier, FdoCommandException >.

Definition at line 201 of file IdentifierCollection.h.


Comments or suggestions? Send us feedback.