Class ImmutableOrderedDictionary
An immutable dictionary that iterates over elements in the order they were added.
Inherited Members
Namespace: Flame.Collections
Assembly: Flame.Compiler.dll
Syntax
public static class ImmutableOrderedDictionary
Methods
| Edit this page View SourceCreate<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 |