Remove(IEnumerable<DicomLabel>) Method
 
            
                In This Topic
            
            
                Remove a list of DicomLabel objects
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Remove( _
   ByVal  As System.Collections.Generic.IEnumerable(Of DicomLabel) _
) 
             
        
            
            'Usage
 
Dim instance As DicomLabelCollection
Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
 
instance.Remove(Items)
             
        
            
            public void Remove( 
   System.Collections.Generic.IEnumerable<DicomLabel> 
)
             
        
            
            public procedure Remove( 
    : System.Collections.Generic.IEnumerable
); 
             
        
            
            public function Remove( 
    : System.Collections.Generic.IEnumerable
);
             
        
            
            public: void Remove( 
   System.Collections.Generic.IEnumerable<DicomLabel*>* 
) 
             
        
            
            public:
void Remove( 
   System.Collections.Generic.IEnumerable<DicomLabel^>^ 
) 
             
        
             
        
            Parameters
- Items
 
- Items to remove
 
            
             
            
            
            
            
            
            
            
            
            
            Requirements
Target Platforms: .NET CLR 4.8 or higher
            
            See Also