Example #1
0
 /// <inheritdoc/>
 public override void Flush()
 {
     EnsureOpen();
     IOPrimitives.FlushFile(fileHandle);
 }