Open Rails

STFReader.Dispose Method

[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.

Overload List

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)

See Also

STFReader Class | Orts.Parsers.Msts Namespace