DecimalCodec.ReadDecimalRaw<TInput>(Reader<TInput>) 方法

定义

读取不带协议帧的值。

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

类型参数

TInput

读取器输入类型。

参数

reader
Reader<TInput>

读取器。

返回

值。

适用于