Compartir a través de


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

Definición

Lee un valor sin marco 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

Tipo de entrada del lector.

Parámetros

reader
Reader<TInput>

Lector.

Devoluciones

Valor.

Se aplica a