Open Rails

STFReader.TokenProcessor Constructor

[This is preliminary documentation and subject to change.]

This constructor is used for the arguments to ParseFile and ParseBlock.

[DebuggerStepThrough]
TokenProcessor(
   string t,
   Processor p
);

Parameters

t
The lower case token.
p
A lambda function or delegate that will be called from the Parse...() method.

See Also

TokenProcessor Class | Orts.Parsers.Msts Namespace