Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

List<T>::Reverse Method

 

Reverses the order of the elements in the List<T> or a portion of it.

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodReverse()

Reverses the order of the elements in the entire List<T>.

System_CAPS_pubmethodReverse(Int32, Int32)

Reverses the order of the elements in the specified range.

Return to top
Show:
© 2017 Microsoft