ProtocolCollection.RemoveAt(Int32) 方法

定义

ProtocolElement删除位于指定索引位置的对象。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

index
Int32

要移除的元素的索引位置。

注解

.NET Framework 3.5 中引入了 RemoveAt。 有关详细信息,请参阅 版本和依赖项

适用于