Click or drag to resize
CappedQueueTPeek Method
Returns the element at the beginning of the queue without removing it.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Peek()

Return Value

Type: T
The object at the beginning of the queue.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the queue is empty.
See Also