共用方式為


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

線類型。

傳回

可變寬度整數。

適用於