Class
IListExtensions

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

IList

List to remove objects from.

In this article
DefinitionMethodsRemoveAll(IList)
Not finding the help you need?
Contact Support