TypeElementCollection.RemoveAt 方法

定义

从集合中移除指定的元素。

重载

RemoveAt(Int32)

移除集合中指定索引处的元素。

RemoveAt(Object)

从集合中移除具有指定键的 TypeElement

RemoveAt(Int32)

移除集合中指定索引处的元素。

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

参数

index
Int32

要从集合中移除的 TypeElement 的从零开始的索引。

适用于

RemoveAt(Object)

从集合中移除具有指定键的 TypeElement

public:
 void RemoveAt(System::Object ^ key);
public void RemoveAt (object key);
member this.RemoveAt : obj -> unit
Public Sub RemoveAt (key As Object)

参数

key
Object

要从集合中移除的 TypeElement 的键。

适用于