ProtocolCollection.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除指定的索引位置的 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 中引入。 欲了解更多資訊,請參閱 版本與相依關係。