'Declaration Public Overrides Function IndexOf( _
ByVal pageThe object to locate in the collection.As DicomPage _
) As System.Int32
public: System.Int32 IndexOf(
DicomPage* page
); override
public:
System.Int32 IndexOf(
DicomPage^ page
); override
Parameters
- page
- The object to locate in the collection.
Return Value
The index of item if found in the list; otherwise, -1.