FSharpChoiceCodec<T1,T2> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
編解碼器。