Skip to main content

RemoveAt Method

Removes the item at the specified index.

Definition

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

public virtual void RemoveAt(
int index
)

Parameters

  Int32
The index.

Implements

IList(T).RemoveAt(Int32)

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace