PriorityQueueTTryPeek Method

Overload List

TryPeek(T) Tries to return an object from the beginning of the PriorityQueueT without removing it.
TryPeek(Int32, T) Tries to return an object from the beginning of the PriorityQueueT without removing it.

See Also