PriorityQueueBaseTElementAdd Method  | 
 
            Adds the specified element to the queue
            
 
    Namespace: 
   SD.Tools.Algorithmia.PriorityQueues
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxpublic abstract void Add(
	TElement element
)
Public MustOverride Sub Add ( 
	element As TElement
)
Parameters
- element
 - Type: TElement
The element to add. 
See Also