'Declaration Public Function New( _ ByVal Original As DicomDataSet, _ ByVal Deep As Boolean _ )
'Usage Dim Original As DicomDataSet Dim Deep As Boolean Dim instance As New DicomDataSet(Original, Deep)
public DicomDataSet( DicomDataSet Original, bool Deep )
public: DicomDataSet( DicomDataSet^ Original, bool Deep )
Parameters
- Original
The Origianl 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.