IList<TValue>.reverse Method

Definition

Reverses the elements of the controlled sequence.

public:
 void reverse();
public void reverse ();
abstract member reverse : unit -> unit
Public Sub reverse ()

Remarks

For more information, see list::reverse (STL/CLR).

Applies to