FreezableCollection<T>.RemoveAt(Int32) メソッド

定義

FreezableCollection<T>の指定した 0 から始まるインデックス位置にあるオブジェクトを削除します。

public:
 virtual void RemoveAt(int index);
public void RemoveAt(int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除するオブジェクトの 0 から始まるインデックス。

実装

例外

index が 0 未満です。

-又は-

indexCount より大きい。

FreezableCollection<T>は固定されています (IsFrozen プロパティはtrue)。

適用対象