FSharpChoiceCodec<T1,T2,T3,T4,T5>.IFieldCodec<FSharpChoice<T1,T2,T3,T4,T5>>.ReadValue<TInput> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4,T5> IFieldCodec<FSharpChoice<T1,T2,T3,T4,T5>>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4,T5>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3, 'T4, 'T5>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4,T5>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3, 'T4, 'T5>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpChoice(Of T1, T2, T3, T4, T5) Implements IFieldCodec(Of FSharpChoice(Of T1, T2, T3, T4, T5)).ReadValue
類型參數
- TInput
參數
- reader
- Reader<TInput>
- field
- Field
傳回
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4,T5>