次の方法で共有


FSharpChoiceCodec<T1,T2>.IFieldCodec<FSharpChoice<T1,T2>>.ReadValue<TInput> メソッド

定義

Microsoft.FSharp.Core.FSharpChoice<T1,T2> IFieldCodec<FSharpChoice<T1,T2>>.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>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Choice<'T1, 'T2>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpChoice(Of T1, T2) Implements IFieldCodec(Of FSharpChoice(Of T1, T2)).ReadValue

型パラメーター

TInput

パラメーター

field
Field

戻り値

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

実装

適用対象