template<class OBJ , class EXC >
Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
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().
|