Open Rails

STFReader.ParsingBreak Delegate

[This is preliminary documentation and subject to change.]

This delegate definition is used by the ParseFile and ParseBlock methods, and is used to break out of the processing loop prematurely.

public delegate bool ParsingBreak();

Return Value

true - if the parsing should be aborted prematurely

Requirements

Namespace: Orts.Parsers.Msts

Assembly: Orts.Parsers.Msts (in Orts.Parsers.Msts.dll)

See Also

Orts.Parsers.Msts Namespace