Click or drag to resize

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
)

Parameters

element
Type: E
The element to be inserted into this queue.
Exceptions
ExceptionCondition
ArgumentNullException Throw when element is null.
See Also