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






In This Topic
    ClearItems Method (DicomContextCollection)
    In This Topic
    Standard Override
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
    'Usage
     
    
    Dim instance As DicomContextCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    protected procedure ClearItems(); override; 
    protected override function ClearItems();
    protected: void ClearItems(); override 
    protected:
    void ClearItems(); override 
    Remarks
    This is only public as the class is derived from KeyedCollection <byte, DicomContext>, and should not nromally be used.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also