Aracılığıyla paylaş


TableSectionBase<T>.Insert(Int32, T) Yöntem

Tanım

Bu TableSectionBase<T> nesneye belirtilen konumda bir öğe ekler.

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

Parametreler

index
System.Int32

öğesinin eklendiği itemkonum.

item
T

Eklenecek öğe.

Uygulamalar

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

Şunlara uygulanır