IListContract<C>.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除指定索引中的項目。
public:
void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
參數
- index
- Int32
要移除的項目索引。
例外狀況
備註
呼叫 RemoveAt之後,所移除元素後面的元素會移動以佔用空位。 也會更新移動之專案的索引。
若要判斷 是否 IListContract<C> 為唯讀,請呼叫 GetIsReadOnly 方法。