Summary
Removes multiple items from the collection.
- Namespace
- Avalonia
.Styling - Containing Type
- Styles
Syntax
public void RemoveAll(IEnumerable<IStyle> items)
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable |
The items. |
Return Value
Type | Description |
---|---|
void |