IQueue<T>.Peek Method
Returns the element at the beginning of the queue without removing it.
public
function Peek: T;
Return Value
Type: T
The element at the beginning of the queue.
Returns the element at the beginning of the queue without removing it.
public
function Peek: T;
The element at the beginning of the queue.