| PriorityQueueERemove Method |
Removes a single instance of an element from this queue.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool Remove(
E element
)
Public Function Remove (
element As E
) As Boolean
Parameters
- element
- Type: E
The element to be removed, if present (can be null).
Return Value
Type:
Booleantrue if the element was removed.
See Also