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 |
The items. |
Return Value
Type | Description |
---|---|
void |