Skip to content

ImmutableSortedSetCodec<T> Methods

Serializer for System.Collections.Immutable.ImmutableSortedSet.

ConvertFromSurrogate(ImmutableSortedSetSurrogate<T>)

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

Parameters

surrogateImmutableSortedSetSurrogate<T>
The surrogate.

Returns

The value.