FSharpValueOptionCodec<T>(IFieldCodec<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FSharpValueOptionCodec<T> class.
public FSharpValueOptionCodec (Orleans.Serialization.Codecs.IFieldCodec<T> item1Codec);
new Orleans.Serialization.FSharpValueOptionCodec<'T> : Orleans.Serialization.Codecs.IFieldCodec<'T> -> Orleans.Serialization.FSharpValueOptionCodec<'T>
Public Sub New (item1Codec As IFieldCodec(Of T))
Parameters
- item1Codec
- IFieldCodec<T>
The item codec.