Skip to content

FSharpSetCodec<T> Methods

Serializer for Microsoft.FSharp.Collections.FSharpSet.

ConvertFromSurrogate(FSharpSetSurrogate<T>)

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

Parameters

surrogateFSharpSetSurrogate<T>
The surrogate.

Returns

The value.