FifoQueueTPeek Method |
Namespace: DHI.Mike1D.Generic.Collections
This method is similar to the Dequeue 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.