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






    ClearItems Method (DicomContextCollection)
    Standard Override
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
     
    'Usage
     
    
    Dim instance As DicomContextCollection
     
    instance.ClearItems()
    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