'Usage Dim instance As DicomLabelCollection Dim Deep As Boolean Dim value As Object value = instance.Clone(Deep)
Parameters
- Deep
Controls whether a Shallow copy or a Deep copy is to be returned
Controls whether a Shallow copy or a Deep copy is to be returned
'Usage Dim instance As DicomLabelCollection Dim Deep As Boolean Dim value As Object value = instance.Clone(Deep)
Controls whether a Shallow copy or a Deep copy is to be returned
If Deep is true, then returns a Deep copy of the DicomLabelCollection, otherwise returns a Shallow copy.
A Deep copy will have all referenced objects of all levels cloned, where a Shallow copy will only have the top level referenced objects cloned.