TEnumerableBase<T>.Reversed Method

Inverts the order of the elements in a sequence.

Namespace: Spring.Collections.Base
public
 function Reversed: IEnumerable<T>; virtual;

Return Value

Type: IEnumerable<T>

 

Implements

IEnumerable<T>.Reversed