DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / ClearItems Method






In This Topic
    ClearItems Method (DicomLabelCollection)
    In This Topic
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
    'Usage
     
    
    Dim instance As DicomLabelCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    protected procedure ClearItems(); override; 
    protected override function ClearItems();
    protected: void ClearItems(); override 
    protected:
    void ClearItems(); override 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also