Collection.Reverse Method
The Reverse method does reverse the order of the collection. The
first item becomes last, and vice-versa. collection.Reverse
Example:
GenoPro does pre-sort the children from the oldest to the youngest. If you
want to list the children from the youngest to the oldest, you can use the
following code. Report.Write i.children.Reverse.ToHtmlHyperlinks
Usage:
You can use the Reverse as method or as a property.
|