TEnumerableBase<T>.First Method

Returns the first element of a sequence.

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

Return Value

Type: T

The first element in the specified sequence.

Implements

IEnumerable<T>.First