Method MovePrevious
MovePrevious<T>(Stack<T>)
Move the last stack object value to the top.
public static void MovePrevious<T>(this Stack<T> stack)
Parameters
stackStack<T>
Type Parameters
T
Move the last stack object value to the top.
public static void MovePrevious<T>(this Stack<T> stack)
stack Stack<T>T