FSharpResultCodec<T,TError> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>