Skip to content

FSharpRefCodec<T>.ConvertFromSurrogate(FSharpRefSurrogate<T>)

ConvertFromSurrogate(FSharpRefSurrogate<T>)

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

Parameters

surrogateFSharpRefSurrogate<T>
The surrogate.

Returns

The value.