'Declaration Public Function IndexOf( _
ByVal itemThe DicomDataSet to search for.As DicomDataSet _
) As System.Int32
public System.Int32 IndexOf(
DicomDataSet item
)
public: System.Int32 IndexOf(
DicomDataSet* item
)
public:
System.Int32 IndexOf(
DicomDataSet^ item
)
Parameters
- item
- The DicomDataSet to search for.
Return Value
The zero-based index of the table, or -1 if the DicomDataSet object is not found in the collection.