Compartilhar via


Int128Codec.IFieldCodec<Int128>.ReadValue<TInput> Método

Definição

Lê um valor.

Int128 IFieldCodec<Int128>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<System.Int128>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Int128
override this.Orleans.Serialization.Codecs.IFieldCodec<System.Int128>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Int128
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As Int128 Implements IFieldCodec(Of Int128).ReadValue

Parâmetros de tipo

TInput

O tipo de entrada do leitor.

Parâmetros

reader
Reader<TInput>

O leitor.

field
Field

O campo.

Retornos

O valor.

Implementações

Aplica-se a