Click or drag to resize
SimplePriorityQueueTElementGetEnumerator Method
Gets the enumerator for this queue

Namespace:  SD.Tools.Algorithmia.PriorityQueues
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax
protected override IEnumerator<TElement> GetEnumerator()

Return Value

Type: IEnumeratorTElement
the enumerator to use over this queue
See Also