Skip to content

SortedDictionarySurrogate<TKey, TValue> Fields

Surrogate type for Orleans.Serialization.Codecs.SortedDictionaryCodec.

Comparer

[Orleans.Id(1)]
public IComparer<TKey> SortedDictionarySurrogate<TKey, Comparer
Gets or sets the comparer.

Property value

The comparer.

Values

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

Property value

The values.