DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Add Method / Add(IEnumerable<DicomLabel>) Method
Items to add

In This Topic
    Add(IEnumerable<DicomLabel>) Method
    In This Topic
    Add a list of DicomLabel objects
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal Items As System.Collections.Generic.IEnumerable(Of DicomLabel) _
    ) 
    public void Add( 
       System.Collections.Generic.IEnumerable<DicomLabel> Items
    )

    Parameters

    Items
    Items to add
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also