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 中引入。 欲了解更多資訊,請參閱 版本與相依關係。

適用於