| PriorityQueueEPeek Method |
Retrieves, but does not remove, the head of this queue.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax Public Function Peek As E
Return Value
Type:
E
The head of this queue or
null if queue is empty.
See Also