template<class OBJ , class BASECOLLECTION >
virtual OBJ* FdoReadOnlyNamedCollection< OBJ, BASECOLLECTION >::FindItem ( const wchar_t *  name  )  const [inline, virtual]

Finds the item in the base collection with the specified name.

Parameters:
name Input item name
Returns:
Returns the item in the base collection with the specified name. Returns NULL if the item was not found.

Definition at line 104 of file ReadOnlyNamedCollection.h.