ClassIListExtensions
Class
Holds extension methods for IList interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public static class IListExtensions
Inheritance: objectIListExtensions
Methods
RemoveAll(IList)
Removes all items from the list. As opposed to Clear method raise CollectionChanged event with action Remove and OldItems property set.
Declaration
cs-api-definition
public static void RemoveAll(this IList list)
Parameters
list
List to remove objects from.