StringValues.IList<String>.RemoveAt(Int32) メソッド

定義

指定したインデックスにある IList<T> 項目を削除します。

 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

パラメーター

index
Int32

削除する項目の 0 から始まるインデックス。

実装

適用対象