StringValues.IList<String>.RemoveAt(Int32) Metoda

Definicja

Usuwa IList<T> element w określonym indeksie.

 virtual void System.Collections.Generic.IList<System.String>.RemoveAt(int index) = System::Collections::Generic::IList<System::String ^>::RemoveAt;
void IList<string>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<System.String>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<System.String>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of String).RemoveAt

Parametry

index
Int32

Liczony od zera indeks elementu, który ma zostać usunięty.

Implementuje

Dotyczy