Summary
Removes style classes from the collection.
- Namespace
- Avalonia
.Controls - Containing Type
- Classes
Syntax
public override void RemoveRange(int index, int count)
Parameters
Name | Type | Description |
---|---|---|
index | int | The first index to remove. |
count | int | The number of items to remove. |
Return Value
Type | Description |
---|---|
void |