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