Search Results for

    Show / Hide Table of Contents

    Class PriorityQueue<TElement, TPriority>.UnorderedItemsCollection

    Enumerates the contents of a PriorityQueue<TElement, TPriority>, without any ordering guarantees.

    Inheritance
    object
    PriorityQueue<TElement, TPriority>.UnorderedItemsCollection
    Namespace: GGL.Collections
    Assembly: GGL.dll
    Syntax
    public sealed class PriorityQueue<TElement, TPriority>.UnorderedItemsCollection

    Properties

    | Edit this page View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int Enumerates the contents of a , without any ordering guarantees.

    Methods

    | Edit this page View Source

    GetEnumerator()

    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.

    Extension Methods

    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T, int>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    EnumerableExtensions.Shuffle<T>(IEnumerable<T>)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX