Sharpility
|
Immutable dictionary holding putted keys order. More...
Properties | |
IImmutableList< T > | OrderedKeys [get] |
Dictionary keys with put order. | |
IImmutableList< KeyValuePair < T, TV > > | OrderedEntries [get] |
Entry set sorted by keys put order. |
Immutable dictionary holding putted keys order.
T | Type of key |
TV | Type of value |
IImmutableList<KeyValuePair<T, TV> > Sharpility.Collections.OrderedImmutableDictionary< T, TV >.OrderedEntries [get] |
Entry set sorted by keys put order.
Implemented in Sharpility.Collections.OrderedHashImmutableDictionary< T, TV >.
IImmutableList<T> Sharpility.Collections.OrderedImmutableDictionary< T, TV >.OrderedKeys [get] |
Dictionary keys with put order.
Implemented in Sharpility.Collections.OrderedHashImmutableDictionary< T, TV >.