CopyTo Method (DicomLabelCollection)
[__DynamicallyInvokable()]
public void CopyTo(
DicomLabel[] ,
System.int
)
public procedure CopyTo(
: DicomLabelarray of;
: System.Integer
);
__DynamicallyInvokableAttribute()
public function CopyTo(
: DicomLabel[],
: System.int
);
[__DynamicallyInvokable()]
public: void CopyTo(
DicomLabel*[]* ,
System.int
)
'Declaration
<__DynamicallyInvokableAttribute()>
Public Sub CopyTo( _
ByVal () As DicomLabel, _
ByVal As System.Integer _
)
'Usage
Dim instance As DicomLabelCollection
Dim array() As DicomLabel
Dim index As System.Integer
instance.CopyTo(array, index)
Parameters
- array
- index
Target Platforms: .NET CLR 4.8 or higher