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

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

注解

RemoveAt 在 .NET Framework 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于