Exemple #1
0
 /// <inheritdoc/>
 public override IoBuffer PutChar(Char value)
 {
     _buf.PutChar(value);
     return(this);
 }
Exemple #2
0
 public static void WritePrimitive(IoBuffer buffer, char value)
 {
     buffer.PutChar(value);
 }