Ejemplo n.º 1
0
 public void WriteBool(bool Value)
 {
     Serializing.WriteBool(Value, ref buffer, ref OffSet);
 }