Пример #1
0
 public static void Write(this Stream stream, double val)
 {
     ProtocolParser.WriteDouble(stream, val);
 }