CopyTo Method (DicomLabelCollection)
In This Topic
Syntax
'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)
[__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
)
[__DynamicallyInvokable()]
public:
void CopyTo(
array<DicomLabel^>^ ,
System.int
)
Parameters
- array
- index
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also