Class ImmutableOrderedDictionary
An immutable dictionary that iterates over elements in the order they were added.
Inheritance
System.Object
ImmutableOrderedDictionary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Collections
Assembly: Flame.Compiler.dll
Syntax
public static class ImmutableOrderedDictionary
Methods
| Improve this Doc 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 |