LINQ_Reverse()

IEnumerable::LINQ_Reverse() method

Inverts the order of the elements in a sequence.

SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Reverse()

Return Value

A sequence whose elements correspond to those of the input sequence in reverse order.

See Also