共用方式為


DecimalCodec.IFieldCodec<Decimal>.ReadValue<TInput> 方法

定義

讀取值。

decimal IFieldCodec<decimal>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<System.Decimal>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> decimal
override this.Orleans.Serialization.Codecs.IFieldCodec<System.Decimal>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> decimal
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As Decimal Implements IFieldCodec(Of Decimal).ReadValue

類型參數

TInput

讀取器輸入類型。

參數

reader
Reader<TInput>

讀取器。

field
Field

欄位。

傳回

數值。

實作

適用於