TListBase<T>.ExtractAt(Integer) Method

Extracts the item at the specified index.

Namespace: Spring.Collections.Base
public
 function ExtractAt(index: Integer): T; virtual; abstract;

Parameters

index
Type: Integer

The zero-based index of the item to extract.

Return Value

Type: T

 

Implements

IList<T>.ExtractAt(Integer)
ArgumentOutOfRangeException
index is not a valid index in the IList<T>.