Skip to content

FrozenDictionarySurrogate<TKey, TValue> Fields

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

KeyComparer

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

Property value

The key comparer.

Values

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

Property value

The values.