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

Represents method SetItem(Integer,T).

Namespace: Spring.Collections.Lists
protected
 procedure SetItem(index: Integer; const value: T); override;

Parameters

index
Type: Integer

value
Type: T

Overrides

TListBase<T>.SetItem(Integer,T)