Stack<T> constructor

Stack<T>()

Implementation

Stack() : _underlyingQueue = Queue<T>();