Пример #1
0
 public static ushort AddSize(this UInt16 value, ref ushort size)
 {
     size += value.GetSize();
     return(size);
 }