Skip to content

FSharpListCodec<T>.ConvertFromSurrogate(FSharpListSurrogate<T>)

ConvertFromSurrogate(FSharpListSurrogate<T>)

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

Parameters

surrogateFSharpListSurrogate<T>
The surrogate.

Returns

The value.