StateManagedCollection.IList.RemoveAt(Int32) 方法

定義

移除指定索引處的 IStateManager 項目。

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

參數

index
Int32

要移除之項目的以零為起始的索引。

實作

例外狀況

備註

在從集合中移除值之前,會 OnValidate 呼叫 方法來驗證 value 。 方法 OnRemove 會在移除物件之前呼叫,並在 OnRemoveComplete 移除物件之後呼叫 方法。

適用於

另請參閱