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


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