Ejemplo n.º 1
0
 /// <summary>
 /// Writes a string to the underlying context.
 /// </summary>
 /// <param name="value">The value to write.</param>
 public void Write(string value)
 {
     _context.WriteAt(_position, value);
 }