Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / GaugeRangeCollection Class / ClearItems Method


In This Topic
    ClearItems Method
    In This Topic
    Removes all elements from the Collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
    'Usage
     
    
    Dim instance As GaugeRangeCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also