TAnonymousReadOnlyList<T>.GetItem(Integer) Method

Represents method GetItem(Integer).

Namespace: Spring.Collections.Lists
protected
 function GetItem(index: Integer): T;

Parameters

index
Type: Integer

Return Value

Type: T

 

Implements

IReadOnlyList<T>.GetItem(Integer)