TListBase<T>.First Method

Returns the first element of a sequence.

Namespace: Spring.Collections.Base
public
 function First: T; overload; override;

Return Value

Type: T

The first element in the specified sequence.

Overrides

TEnumerableBase<T>.First