Skip to content

ReadOnlyDictionaryCodec<TKey, TValue>.ConvertFromSurrogate(ReadOnlyDictionarySurrogate<TKey, TValue>)

ConvertFromSurrogate(ReadOnlyDictionarySurrogate<TKey, TValue>)

override
View source
public override ReadOnlyDictionary<TKey, TValue> ReadOnlyDictionaryCodec<TKey, ConvertFromSurrogate(ref ReadOnlyDictionarySurrogate<TKey, TValue> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateReadOnlyDictionarySurrogate<TKey, TValue>
The surrogate.

Returns

The value.