TableSectionBase<T>.Insert(Int32, T) 方法

定義

將項目插入指定位置的這個 TableSectionBase<T> 物件。

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

參數

index
System.Int32

要插入 item 的位置。

item
T

要插入的項目。

實作

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

適用於