Skip to main content

MoveRange Method

Moves multiple items to a new index.

Definition

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

public void MoveRange(
int oldIndex,
int count,
int newIndex
)

Parameters

  Int32
The first index of the items to move.
  Int32
The number of items to move.
  Int32
The index to move the items to.

Implements

IAvaloniaList(T).MoveRange(Int32, Int32, Int32)

See Also

Reference

Styles Class
Avalonia.Styling Namespace