Styles.

RemoveRange(int, int) Method

Summary

Removes a range of elements from the collection.
Namespace
Avalonia.Styling
Containing Type
Styles

Syntax

public 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