Click or drag to resize

BinaryHeapPriorityQueueTElementGetEnumerator Method

Throws a NotSupportException, as binary heaps can't be enumerated.

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

Return Value

Type: IEnumeratorTElement
See Also