コード例 #1
0
 public uint ReadVarInt()
 {
     return(VarInt.ToUInt32(this.ReadBytes(2)));
 }