'Declaration Public Overloads Sub Insert( _
ByVal indexThe zero-based index at which the new elements should be inserted.As System.Int32, _
ByVal dataElementThe DicomDataElement object to be added to the collection.As DicomDataElement _
)
public void Insert(
System.Int32 index,
DicomDataElement dataElement
)
public: void Insert(
System.Int32 index,
DicomDataElement* dataElement
)
public:
void Insert(
System.Int32 index,
DicomDataElement^ dataElement
)
Parameters
- index
- The zero-based index at which the new elements should be inserted.
- dataElement
- The DicomDataElement object to be added to the collection.