SharpTune.RomMod.SRecordReader.Reset C# (CSharp) Method

Reset() public method

Close and re-open the reader.
public Reset ( ) : void
return void
        public void Reset()
        {
            this.reader.Dispose();
            this.Open();
        }