List<T>::Reverse Method
.NET Framework (current version)
Reverses the order of the elements in the List<T> or a portion of it.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:
