Compartilhar via


Int16Codec.IFieldCodec<Int16>.ReadValue<TInput> Método

Definição

Lê um valor.

short IFieldCodec<short>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<System.Int16>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> int16
override this.Orleans.Serialization.Codecs.IFieldCodec<System.Int16>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> int16
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As Short Implements IFieldCodec(Of Short).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