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

Definizione

Rimuove l'elemento IList<T> in corrispondenza dell'indice specificato.

 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

Parametri

index
Int32

Indice in base zero dell'elemento da rimuovere.

Implementazioni

Si applica a