Clone Method (DicomImageCollection)
Returns a Shallow copy of the DicomImageCollection
public virtual System.object Clone()
public function Clone(): System.TObject; virtual;
public function Clone() : System.Object;
public: virtual System.Object* Clone();
public:
virtual System.Object^ Clone();
'Declaration
Public Overridable Function Clone() As System.Object
'Usage
Dim instance As DicomImageCollection
Dim value As System.Object
value = instance.Clone()
Return Value
Target Platforms: .NET CLR 4.8 or higher