Sharpility
Sharpility.Collections.OrderedImmutableDictionary< T, TV > Interface Template Reference

Immutable dictionary holding putted keys order. More...

Inheritance diagram for Sharpility.Collections.OrderedImmutableDictionary< T, TV >:
Sharpility.Collections.OrderedHashImmutableDictionary< T, TV >

List of all members.

Properties

IImmutableList< T > OrderedKeys [get]
 Dictionary keys with put order.
IImmutableList< KeyValuePair
< T, TV > > 
OrderedEntries [get]
 Entry set sorted by keys put order.

Detailed Description

template<T, TV>
interface Sharpility::Collections::OrderedImmutableDictionary< T, TV >

Immutable dictionary holding putted keys order.

Template Parameters:
TType of key
TVType of value

Property Documentation

template<T , TV >
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 >.

template<T , TV >
IImmutableList<T> Sharpility.Collections.OrderedImmutableDictionary< T, TV >.OrderedKeys [get]

Dictionary keys with put order.

Implemented in Sharpility.Collections.OrderedHashImmutableDictionary< T, TV >.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Enumerations Properties