共用方式為


DateTimeCodec.ReadValue<TInput>(Reader<TInput>, Field) 方法

定義

DateTime讀取值。

public static DateTime ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
static member ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> DateTime
Public Shared Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As DateTime

類型參數

TInput

讀取器輸入類型。

參數

reader
Reader<TInput>

讀取器。

field
Field

欄位。

傳回

DateTime 值。

實作

適用於