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