ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Clear Method

In This Topic
    Clear Method
    In This Topic
    Removes all items from the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also