SortedPriorityQueueTElementAdd Method |
Adds the specified element to the queue
Namespace: SD.Tools.Algorithmia.PriorityQueuesAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public override void Add(
TElement element
)
Public Overrides Sub Add (
element As TElement
)
Parameters
- element
- Type: TElement
The element to add.
See Also