次の方法で共有


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

定義

この TableSectionBase<T> オブジェクトから、index によって指定された位置にある指定されたオブジェクトが削除されます。

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

パラメーター

index
System.Int32

削除される項目の、この TableSectionBase<T> オブジェクト内での位置。

実装

System.Collections.Generic.IList`1.RemoveAt(System.Int32)

適用対象