RemoveAt Method
Removes the item at the specified index.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual void RemoveAt(
int index
)
Public Overridable Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- Int32
- The index.