RemoveAt Method
Removes the item at the specified index of the collection or view.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
member RemoveAt :
index : int -> unit
Parameters
- Int32
- The zero-based index of the item to remove.
Exceptions
InvalidOperationException | The collection is in ItemsSource mode. |