Int32Collection.RemoveAt(Int32) メソッド
定義
指定したインデックス位置にある Int32 をコレクションから削除します。Removes the Int32 at the specified index position from the collection.
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
削除される Int32 のインデックス位置。Index position of the Int32 to be removed.
実装
適用対象
こちらもご覧ください