FifoQueueTDequeue Method |
Namespace: DHI.Mike1D.Generic.Collections
public T Dequeue()
This method is similar to the Peek method, but Peek does not modify the FifoQueue{T}.
If type T is a reference type, null can be added to the FifoQueue{T} as a value.
This method is an O(1) operation.