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

要移除的项的从零开始的索引。

实现

适用于