Class IListExtensions
Holds extension methods for System.Collections.IList interface.
Inheritance
System.Object
IListExtensions
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public static class IListExtensions : Object
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
public static void RemoveAll(this IList list)
Parameters
System.Collections.IList
list
List to remove objects from. |