Method MoveNext | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

MoveNext(Stack)

Move the first stack object value to the end.

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

Parameters

stack Stack

The stack object.

Type Parameters

T

The stack object type.

Edit this page