FSharpChoiceCodec<T1,T2,T3>.IFieldCodec<FSharpChoice<T1,T2,T3>>.ReadValue<TInput> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3> IFieldCodec<FSharpChoice<T1,T2,T3>>.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>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpChoice(Of T1, T2, T3) Implements IFieldCodec(Of FSharpChoice(Of T1, T2, T3)).ReadValue
Type Parameters
- TInput
Parameters
- reader
- Reader<TInput>
- field
- Field
Returns
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3>