共用方式為


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>

讀取器。

傳回

數值。

適用於