VarIntReaderExtensions.ReadVarInt32<TInput> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a variable-width Int32.
public static int ReadVarInt32<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadVarInt32 : Reader -> int
<Extension()>
Public Function ReadVarInt32(Of TInput) (ByRef reader As Reader(Of TInput)) As Integer
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
Returns
A variable-width integer.