Skip to content

ConcurrentDictionaryCodec<TKey, TValue>.ConvertFromSurrogate(ConcurrentDictionarySurrogate<TKey, TValue>)

ConvertFromSurrogate(ConcurrentDictionarySurrogate<TKey, TValue>)

override
View source
public override ConcurrentDictionary<TKey, TValue> ConcurrentDictionaryCodec<TKey, ConvertFromSurrogate(ref ConcurrentDictionarySurrogate<TKey, TValue> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateConcurrentDictionarySurrogate<TKey, TValue>
The surrogate.

Returns

The value.