TListAdapter<T>.Insert(Integer,TValue) Method

Represents method Insert(Integer,TValue).

Namespace: Spring.Collections.Adapters
private
 procedure Insert(index: Integer; const item: TValue);

Parameters

index
Type: Integer

item
Type: System.Void

Implements

IList.Insert(Integer,TValue)