TSortedList<T>.Insert(Integer,T) Method

Inserts an item to the IList<T> at the specified index.

Namespace: Spring.Collections.Lists
public
 procedure Insert(index: Integer; const item: T); override;

Parameters

index
Type: Integer

The zero-based index at which item should be inserted.

item
Type: T

The element to insert into the IList<T>.

Overrides

TList<T>.Insert(Integer,T)