StackList<T> constructor

StackList<T>()

Implementation

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