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