TEnumerableBase<T>.Reversed Method
Summary
Inverts the order of the elements in a sequence.
Namespace
:
Spring.Collections.Base
Syntax
Delphi
public function Reversed:
IEnumerable
<
T
>; virtual;
Return Value
Type:
IEnumerable
<
T
>
Implements
IEnumerable<T>.Reversed
See Also
Reference
TEnumerableBase<T>
Spring.Collections.Base