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

线路类型。

返回

可变宽度整数。

适用于