Share via


CollectionPage<T>.RemoveAt(Int32) Method

Definition

Remove the item at the given index.

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index to remove an item at.

Implements

Applies to