VarIntReaderExtensions.ReadUInt32<TInput> メソッド

定義

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

public static uint ReadUInt32<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadUInt32 : Reader * Orleans.Serialization.WireProtocol.WireType -> uint32
<Extension()>
Public Function ReadUInt32(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As UInteger

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

wireType
WireType

ワイヤの種類。

戻り値

可変幅の整数。

適用対象