FSharpChoiceCodec<T1,T2,T3,T4>.IFieldCodec<FSharpChoice<T1,T2,T3,T4>>.ReadValue<TInput> 方法

定义

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

类型参数

TInput

参数

field
Field

返回

Microsoft.FSharp.Core.FSharpChoice<T1,T2,T3,T4>

实现

适用于