TQueue<T>.PeekOrDefault Method
Returns the element at the beginning of the queue without removing it. Returns Default(T) if the queue is empty.
Returns the element at the beginning of the queue without removing it. Returns Default(T) if the queue is empty.