Click or drag to resize
CappedQueueTDequeue Method
Removes and returns the element at the beginning of the queue.

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

Return Value

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