Compartilhar via


DecimalCodec.ReadDecimalRaw<TInput>(Reader<TInput>) Método

Definição

Lê um valor sem enquadramento de protocolo.

public static decimal ReadDecimalRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadDecimalRaw : Reader -> decimal
Public Shared Function ReadDecimalRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As Decimal

Parâmetros de tipo

TInput

O tipo de entrada do leitor.

Parâmetros

reader
Reader<TInput>

O leitor.

Retornos

O valor.

Aplica-se a