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

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

    Parameters

    Items
    Items to remove
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also