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)

适用于