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)

Применяется к