template<class OBJ , class EXC >
virtual FdoInt32 FdoCollection< 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 in FdoNamedCollection< OBJ, EXC >, FdoNamedCollection< FdoFunctionDefinition, FdoConnectionException >, FdoNamedCollection< FdoXmlAttribute, FdoXmlException >, FdoNamedCollection< OBJ, FdoSchemaException >, FdoNamedCollection< FdoXmlReader::PrefixMapping, FdoXmlException >, FdoNamedCollection< OBJ, FdoCommandException >, and FdoNamedCollection< FdoDictionaryElement, FdoException >.

Definition at line 263 of file Collection.h.