FSharpChoiceCodec<T1,T2,T3,T4>.IFieldCodec<FSharpChoice<T1,T2,T3,T4>>.ReadValue<TInput> Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4> IFieldCodec<FSharpChoice<T1,T2,T3,T4>>.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>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3, 'T4>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2, 'T3, 'T4>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpChoice(Of T1, T2, T3, T4) Implements IFieldCodec(Of FSharpChoice(Of T1, T2, T3, T4)).ReadValue
Parámetros de tipo
- TInput
Parámetros
- reader
- Reader<TInput>
- field
- Field
Devoluciones
Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>