Skip to content

FrozenSetCodec<T> Methods

Serializer for System.Collections.Frozen.FrozenSet.

ConvertFromSurrogate(FrozenSetSurrogate<T>)

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

Parameters

surrogateFrozenSetSurrogate<T>
The surrogate.

Returns

The value.