'Declaration Public Overloads Sub Add( _
ByVal itemThe DicomDataSet to be added to the collection.As DicomDataSet _
)
public void Add(
DicomDataSet item
)
public: void Add(
DicomDataSet* item
)
public:
void Add(
DicomDataSet^ item
)
Parameters
- item
- The DicomDataSet to be added to the collection.