Click or drag to resize

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
)

Parameters

element
Type: E
The element to be removed, if present (can be null).

Return Value

Type: Boolean
true if the element was removed.
See Also