次の方法で共有


VarIntReaderExtensions.ReadUInt8<TInput> メソッド

定義

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

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

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

wireType
WireType

ワイヤの種類。

戻り値

可変幅の整数。

適用対象