共用方式為


FSharpChoiceCodec<T1,T2> 建構函式

定義

初始化 FSharpChoiceCodec<T1,T2> 類別的新執行個體。

public FSharpChoiceCodec (Orleans.Serialization.Codecs.IFieldCodec<T1> item1Codec, Orleans.Serialization.Codecs.IFieldCodec<T2> item2Codec);
new Orleans.Serialization.FSharpChoiceCodec<'T1, 'T2> : Orleans.Serialization.Codecs.IFieldCodec<'T1> * Orleans.Serialization.Codecs.IFieldCodec<'T2> -> Orleans.Serialization.FSharpChoiceCodec<'T1, 'T2>
Public Sub New (item1Codec As IFieldCodec(Of T1), item2Codec As IFieldCodec(Of T2))

參數

item1Codec
IFieldCodec<T1>

T1 編解碼器。

item2Codec
IFieldCodec<T2>

T2 編解碼器。

適用於