template<class OBJ , class EXC >
virtual FdoInt32 FdoNamedCollection< OBJ, EXC >::IndexOf ( const OBJ *  value  )  const [inline, virtual]

Returns the index of the specified item in the collection or -1 if the item does not exist.

Parameters:
value Input value
Returns:
Returns the index of the specified item in the collection or -1 if the item does not exist

Reimplemented from FdoCollection< OBJ, EXC >.

Definition at line 346 of file NamedCollection.h.