ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1OrderedSet Class / Clear Method



In This Topic
    Clear Method
    In This Topic
    Removes all items from the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As C1OrderedSet
     
    instance.Clear()
    public void Clear()
    public:
    void Clear(); 
    See Also