IQueue<T>.PeekOrDefault Method
Definition
Returns the element at the beginning of the queue without removing
it. Returns Default(T) if the queue is empty.
Delphi
function PeekOrDefault: T
Returns
T
Returns the element at the beginning of the queue without removing
it. Returns Default(T) if the queue is empty.
function PeekOrDefault: T