VarIntReaderExtensions.ReadInt64<TInput> メソッド

定義

可変幅 Int64を読み取ります。

public static long ReadInt64<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadInt64 : Reader * Orleans.Serialization.WireProtocol.WireType -> int64
<Extension()>
Public Function ReadInt64(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As Long

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

wireType
WireType

ワイヤの種類。

戻り値

可変幅の整数。

適用対象