次の方法で共有


INameObjectCollection.RemoveAt(Int32) メソッド

定義

指定したインスタンスのインデックスにあるエントリを削除します。

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

パラメーター

index
Int32

エントリのインデックスを表す Int32 値です。

適用対象