Ejemplo n.º 1
0
 public override int Size(BufferPlus buffer, uint value)
 {
     return(VarintBitConverter.GetBytesLength <uint>(value));
 }