Class PriorityQueue<TElement, TPriority>.UnorderedItemsCollection
Enumerates the contents of a PriorityQueue<TElement, TPriority>, without any ordering guarantees.
Namespace: GGL.Collections
Assembly: GGL.dll
Syntax
public sealed class PriorityQueue<TElement, TPriority>.UnorderedItemsCollection
Properties
| Edit this page View SourceCount
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int | Enumerates the contents of a , without any ordering guarantees. |
Methods
| Edit this page View SourceGetEnumerator()
Returns an enumerator that iterates through the UnorderedItems.
Declaration
public PriorityQueue<TElement, TPriority>.UnorderedItemsCollection.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
PriorityQueue<TElement, TPriority>.UnorderedItemsCollection.Enumerator | An PriorityQueue<TElement, TPriority>.UnorderedItemsCollection.Enumerator for the UnorderedItems. |