TEnumerableBase<T>.First Method
Returns the first element of a sequence.
public
function First: T; overload; virtual;
Return Value
Type: T
The first element in the specified sequence.
Returns the first element of a sequence.
public
function First: T; overload; virtual;
The first element in the specified sequence.