template<class OBJ , class EXC >
virtual OBJ* FdoNamedCollection< OBJ, EXC >::GetItem ( FdoInt32  index  )  const [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 from FdoCollection< OBJ, EXC >.

Definition at line 58 of file NamedCollection.h.

Referenced by FdoNamedCollection< FdoDictionaryElement, FdoException >::Contains(), FdoNamedCollection< FdoDictionaryElement, FdoException >::FindItem(), FdoNamedCollection< FdoDictionaryElement, FdoException >::GetItem(), and FdoNamedCollection< FdoDictionaryElement, FdoException >::IndexOf().