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



In This Topic
    ClearItems Method
    In This Topic
    Removes all elements from the KeyedCollection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
    'Usage
     
    
    Dim instance As DicomContextCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    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: 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

    Reference

    DicomContextCollection Class
    DicomContextCollection Members
    Base Implementation in ClearItems