CompositeCollection.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中的指定索引處移除項目。 所有剩下的項目都會上移一個位置。
public:
virtual void RemoveAt(int removeIndex);
public void RemoveAt (int removeIndex);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (removeIndex As Integer)
參數
- removeIndex
- Int32
要移除項目處的索引。
實作
例外狀況
索引是否超出範圍。