VarIntReaderExtensions.ReadUInt64<TInput> メソッド

定義

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

public static ulong ReadUInt64<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadUInt64 : Reader * Orleans.Serialization.WireProtocol.WireType -> uint64
<Extension()>
Public Function ReadUInt64(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As ULong

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

wireType
WireType

ワイヤの種類。

戻り値

可変幅の整数。

適用対象