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 中引進。 如需詳細資訊,請參閱版本和相依性

適用於