template<class OBJ , class BASE , class EXC >
virtual FDO_API OBJ* FdoReadOnlyCollection< OBJ, BASE, EXC >::GetItem ( FdoInt32  index  )  [inline, virtual]

Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.

Parameters:
index Input index
Returns:
Returns the item in the collection at the specified index

Reimplemented in FdoReadOnlyDataPropertyDefinitionCollection, and FdoReadOnlyPropertyDefinitionCollection.

Definition at line 72 of file ReadOnlyCollection.h.

Referenced by FdoReadOnlyCollection< FdoArgumentDefinition, FdoArgumentDefinitionCollection, FdoConnectionException >::GetItem().