Partager via


FSharpValueOptionCodec<T>.IFieldCodec<FSharpValueOption<T>>.ReadValue<TInput> Méthode

Définition

Lit une valeur.

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

Paramètres de type

TInput

Type d’entrée lecteur.

Paramètres

reader
Reader<TInput>

Lecteur.

field
Field

Champ.

Retours

Microsoft.FSharp.Core.FSharpValueOption<T>

La valeur.

Implémente

S’applique à