'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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2