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