FSharpResultCodec<T,TError> 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.
public FSharpResultCodec (Orleans.Serialization.Codecs.IFieldCodec<T> item1Codec, Orleans.Serialization.Codecs.IFieldCodec<TError> item2Codec);
new Orleans.Serialization.FSharpResultCodec<'T, 'Error> : Orleans.Serialization.Codecs.IFieldCodec<'T> * Orleans.Serialization.Codecs.IFieldCodec<'Error> -> Orleans.Serialization.FSharpResultCodec<'T, 'Error>
Public Sub New (item1Codec As IFieldCodec(Of T), item2Codec As IFieldCodec(Of TError))
Parameters
- item1Codec
- IFieldCodec<T>
- item2Codec
- IFieldCodec<TError>