[This is preliminary documentation and subject to change.]
Implements the IDisposable interface so this class can be implemented with the 'using(STFReader r = new STFReader(...)) {...}' C# statement.
Implements the IDisposable interface so this class can be implemented with the 'using(STFReader r = new STFReader(...)) {...}' C# statement.
public void Dispose()
Releases the resources used by the STFReader.
protected virtual void Dispose(bool)