Method MovePrevious | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

MovePrevious(Stack)

Move the last stack object value to the top.

public static void MovePrevious<T>(this Stack<T> stack)

Parameters

stack Stack

The stack object.

Type Parameters

T

The stack object type.

Edit this page