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>