Ejemplo n.º 1
0
 private static int GetMessageSizeWithLength(int size)
 {
     return(size + ProtoBufferWriter.ComputeLengthSize(size));
 }