AvaloniaList<T>.

RemoveAt(int) Method

Summary

Removes the item at the specified index.
Namespace
Avalonia.Collections
Containing Type
AvaloniaList<T>

Syntax

public virtual void RemoveAt(int index)

Parameters

Name Type Description
index int The index.

Return Value

Type Description
void