Exemplo n.º 1
0
 /// <summary>
 /// Forward call to wrapped writer.
 /// </summary>
 public override void Flush()
 {
     _wrapped.Flush();
 }