Example #1
0
 internal void WriteValue(byte value)
 {
     this.WriteValueSeparator();
     JsonValueUtils.WriteValue(this.writer, value);
 }