Table of Contents

Method MovePrevious

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MovePrevious<T>(Stack<T>)

Move the last stack object value to the top.

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

Parameters

stack Stack<T>

The stack object.

Type Parameters

T

The stack object type.