PriorityQueueBaseTElementGetEnumerator Method  | 
 
            Gets the enumerator for this queue
            
 
    Namespace: 
   SD.Tools.Algorithmia.PriorityQueues
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntaxprotected abstract IEnumerator<TElement> GetEnumerator()
Protected MustOverride Function GetEnumerator As IEnumerator(Of TElement)
Return Value
Type: 
IEnumeratorTElementthe enumerator to use over this queue
See Also