Skip to content

VarIntReaderExtensions.ReadInt64(Reader<TInput>, WireType)

ReadInt64(Reader<TInput>, WireType)

staticextension
View source
public static long ReadInt64<TInput>(this ref Reader<TInput> reader, WireType wireType)
Reads a variable-width System.Int64.

Parameters

readerReader<TInput>
The reader.
wireTypeWireType
The wire type.

Returns

A variable-width integer.