List<T>.Reverse Method
.NET Framework 4.5
Reverses the order of the elements in the List<T> or a portion of it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Reverse() | Reverses the order of the elements in the entire List<T>. |
|
Reverse(Int32, Int32) | Reverses the order of the elements in the specified range. |