TableSectionBase<T>.Insert(Int32, T) Metoda

Definice

Vloží položku do tohoto TableSectionBase<T> objektu na zadané pozici.

public void Insert (int index, T item);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit

Parametry

index
System.Int32

Umístění, na které se má vložit item.

item
T

Položka ke vložení.

Implementuje

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

Platí pro