Search Results for

    Show / Hide Table of Contents

    Class ImmutableOrderedDictionary

    An immutable dictionary that iterates over elements in the order they were added.

    Inheritance
    object
    ImmutableOrderedDictionary
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Collections
    Assembly: Flame.Compiler.dll
    Syntax
    public static class ImmutableOrderedDictionary

    Methods

    | Edit this page View Source

    Create<TKey, TValue>()

    Creates an immutable ordered dictionary.

    Declaration
    public static ImmutableOrderedDictionary<TKey, TValue> Create<TKey, TValue>()
    Returns
    Type Description
    ImmutableOrderedDictionary<TKey, TValue>

    An immutable ordered dictionary.

    Type Parameters
    Name Description
    TKey
    TValue
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX