IAvaloniaList<T>.

RemoveAll(IEnumerable<T>) Method

Summary

Removes multiple items from the collection.
Namespace
Avalonia.Collections
Containing Type
IAvaloniaList<T>

Syntax

void RemoveAll(IEnumerable<T> items)

Parameters

Name Type Description
items IEnumerable<T> The items.

Return Value

Type Description
void