Skip to content

ConcurrentQueueCodec<T>.ConvertFromSurrogate(ConcurrentQueueSurrogate<T>)

ConvertFromSurrogate(ConcurrentQueueSurrogate<T>)

override
View source
public override ConcurrentQueue<T> ConvertFromSurrogate(ref ConcurrentQueueSurrogate<T> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateConcurrentQueueSurrogate<T>
The surrogate.

Returns

The value.