Interface IParserStateBox
Provides a reference to a ParserState.
public interface IParserStateBox
Remarks
This interface is intended to be used to construct ParserInputReader<TChar> values on frameworks that do not support ref fields. It is implemented by Farkle.Parser.ParserStateBox and ParserStateContext<TChar>.
Properties
State
A reference to a ParserState.
ref ParserState State { get; }