Ejemplo n.º 1
0
 public void Rewind()
 {
     this.AssertNotDisposed();
     Stdlib.rewind(this.file);
     GC.KeepAlive(this);
 }