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

Represents method TryGetElementAt(T,Integer).

Namespace: Spring.Collections.Base
protected
 function TryGetElementAt(out value: T; index: Integer): Boolean; override;

Parameters

value
Type: T

index
Type: Integer

Return Value

Type: Boolean

 

Overrides

TEnumerableBase<T>.TryGetElementAt(T,Integer)