IAvaloniaList<T>.

Move(int, int) Method

Summary

Moves an item to a new index.
Namespace
Avalonia.Collections
Containing Type
IAvaloniaList<T>

Syntax

void Move(int oldIndex, int newIndex)

Parameters

Name Type Description
oldIndex int The index of the item to move.
newIndex int The index to move the item to.

Return Value

Type Description
void