Method MoveNext
MoveNext<T>(Stack<T>)
Move the first stack object value to the end.
public static void MoveNext<T>(this Stack<T> stack)
Parameters
stack
Stack<T>The stack object.
Type Parameters
T
The stack object type.
Move the first stack object value to the end.
public static void MoveNext<T>(this Stack<T> stack)
stack
Stack<T>The stack object.
T
The stack object type.