Ejemplo n.º 1
0
 public override void Flush()
 {
     this.AssertNotDisposed();
     if (Stdlib.fflush(this.file) != 0)
     {
         UnixMarshal.ThrowExceptionForLastError();
     }
     GC.KeepAlive(this);
 }