共用方式為


FSharpResultCodec<T,TError> 建構函式

定義

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))

參數

item1Codec
IFieldCodec<T>
item2Codec
IFieldCodec<TError>

適用於