PagedList<T>.Insert(Int32, T) Method

Definition

Inserts an item into this list at the specified index.

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)

Parameters

index
Int32

The index where the item will be inserted.

item
T

The item to insert.

Implements

Applies to