Düzenle

Aracılığıyla paylaş


VarIntReaderExtensions.ReadUInt32<TInput> Method

Definition

Reads a variable-width 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

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

wireType
WireType

The wire type.

Returns

A variable-width integer.

Applies to