DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / DicomLabelCollection Constructor / DicomLabelCollection Constructor(IEnumerable<DicomLabel>)

In This Topic
    DicomLabelCollection Constructor(IEnumerable<DicomLabel>)
    In This Topic
    Create a DicomLabelCollection object fro ma list
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Items As System.Collections.Generic.IEnumerable(Of DicomLabel) _
    )
    public DicomLabelCollection( 
       System.Collections.Generic.IEnumerable<DicomLabel> Items
    )

    Parameters

    Items
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also