|
template<class OBJ , class BASE , class EXC >
virtual FDO_API FdoInt32 FdoReadOnlyCollection< OBJ, BASE, EXC >::IndexOf |
( |
const OBJ * |
value |
) |
[inline, virtual] |
Returns the index of the specified item in the collection or -1 if the item does not exist.
- Parameters:
-
- Returns:
- Returns the index of the specified item in the collection or -1 if the item does not exist
Definition at line 131 of file ReadOnlyCollection.h.
|