Skip to content

ImmutableSortedDictionarySurrogate<TKey, TValue> Fields

Surrogate type used by Orleans.Serialization.Codecs.ImmutableSortedDictionaryCodec.

KeyComparer

[Orleans.Id(1)]
public IComparer<TKey> ImmutableSortedDictionarySurrogate<TKey, KeyComparer
Gets or sets the key comparer.

Property value

The key comparer.

ValueComparer

[Orleans.Id(2)]
public IEqualityComparer<TValue> ImmutableSortedDictionarySurrogate<TKey, ValueComparer
Gets or sets the value comparer.

Values

[Orleans.Id(0)]
public List<KeyValuePair<TKey, TValue>> ImmutableSortedDictionarySurrogate<TKey, Values
Gets or sets the values.

Property value

The values.