TypeElementCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonej pozycji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

index
Int32

Pozycja w kolekcji, z której ma zostać usunięty element.

Dotyczy