DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / CopyTo Method






    CopyTo Method (DicomLabelCollection)
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Sub CopyTo( _
       ByVal array() As DicomLabel, _
       ByVal index As System.Integer _
    ) 
     
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim array() As DicomLabel
    Dim index As System.Integer
     
    instance.CopyTo(array, index)

    Parameters

    array
    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also