共用方式為


FSharpValueOptionCodec<T>.IFieldCodec<FSharpValueOption<T>>.ReadValue<TInput> 方法

定義

讀取值。

Microsoft.FSharp.Core.FSharpValueOption<T> IFieldCodec<FSharpValueOption<T>>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> ValueOption<'T>
override this.Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> ValueOption<'T>
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As FSharpValueOption(Of T) Implements IFieldCodec(Of FSharpValueOption(Of T)).ReadValue

類型參數

TInput

讀取器輸入類型。

參數

reader
Reader<TInput>

讀取器。

field
Field

欄位。

傳回

Microsoft.FSharp.Core.FSharpValueOption<T>

數值。

實作

適用於