ReadUInt16(Reader<TInput>, WireType)
staticextension
public static ushort ReadUInt16<TInput>(this ref Reader<TInput> reader, WireType wireType) Reads a variable-width
System.UInt16. Parameters
readerReader<TInput>- The reader.
wireTypeWireType- The wire type.
Returns
A variable-width integer.
