TListBase<T>.SetItem(Integer,T) Method

Represents method SetItem(Integer,T).

Namespace: Spring.Collections.Base
protected
 procedure SetItem(index: Integer; const value: T); virtual; abstract;

Parameters

index
Type: Integer

value
Type: T

Implements

IList<T>.SetItem(Integer,T)