'DeclarationPublic Function New( _ ByVal Original As DicomDataSet, _ ByVal Deep As System.Boolean _ )
public DicomDataSet( DicomDataSet Original, System.bool Deep )
Parameters
- Original
The Original DicomDataSet object from which the new DicomDataSet is created.
- Deep
Boolean, indicates weather a Deep/Shallow clone of the Original DicomDataSet will be performed when creating the new DicomDataSet.