DicomObjects.NetStandard 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 IEnumerable(Of DicomLabel) _
    ) 
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim Items As IEnumerable(Of DicomLabel)
     
    instance.Remove(Items)
    public void Remove( 
       IEnumerable<DicomLabel> Items
    )
    public:
    void Remove( 
       IEnumerable<DicomLabel^>^ Items
    ) 

    Parameters

    Items
    Items to remove
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also