Skip to main content

RemoveAll Method

Removes multiple items from the collection.

Definition​

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public virtual void RemoveAll(
IEnumerable<T> items
)

Parameters​

  IEnumerable(T)
The items.

Implements​

IAvaloniaList(T).RemoveAll(IEnumerable(T))

See Also​

Reference​

AvaloniaList(T) Class
Avalonia.Collections Namespace