| PriorityQueueEAdd Method |
Inserts the specified element into this queue.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void Add(
E element
)
Public Sub Add (
element As E
)
Parameters
- element
- Type: E
The element to be inserted into this queue.
Exceptions See Also