Skip to main content

RemoveRange Method

Removes style classes from the collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public override void RemoveRange(
int index,
int count
)

Parameters

  Int32
The first index to remove.
  Int32
The number of items to remove.

Implements

IAvaloniaList(T).RemoveRange(Int32, Int32)

See Also

Reference

Classes Class
Avalonia.Controls Namespace