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

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

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

Definition at line 132 of file ReadOnlyNamedCollection.h.