StackExtensions static class StackExtensions Documentation Code public static bool TryPeek<T>(this Stack<T> stack, out T result) public static bool TryPop<T>(this Stack<T> stack, out T result)