你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

定义

将项插入到此列表中的指定索引处。

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

参数

index
Int32

将在其中插入项的索引。

item
T

要插入的项。

实现

适用于