Sdílet prostřednictvím


TypeElementCollection.RemoveAt(Int32) Metoda

Definice

Odebere prvek na zadané pozici.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

index
Int32

Pozice v kolekci, ze které chcete odebrat prvek.

Platí pro