Method RestoreState
RestoreState(bool)
Restores Parser
state and position stored by SaveState
method.
public override void RestoreState(bool restore)
Parameters
restore
boolIndicates whether
Parser
should restore it's state to previous position or simply delete information about previously stored state.