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 値。

適用対象