Skip to content

ImmutableListCodec<T>.ConvertFromSurrogate(ImmutableListSurrogate<T>)

ConvertFromSurrogate(ImmutableListSurrogate<T>)

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

Parameters

surrogateImmutableListSurrogate<T>
The surrogate.

Returns

The value.