TreeView for WinForms | ComponentOne
C1.Framework Namespace / ElementList Class / Clear Method

In This Topic
    Clear Method (ElementList)
    In This Topic
    Removes all elements from the System.Collections.ArrayList.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Clear() 
    public override void Clear()
    Exceptions
    ExceptionDescription
    The System.Collections.ArrayList is read-only. -or- The System.Collections.ArrayList has a fixed size.
    See Also