Skip to content

ReadOnlyCollectionCodec<T>.ConvertFromSurrogate(ReadOnlyCollectionSurrogate<T>)

ConvertFromSurrogate(ReadOnlyCollectionSurrogate<T>)

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

Parameters

surrogateReadOnlyCollectionSurrogate<T>
The surrogate.

Returns

The value.