Method RestoreState
RestoreState()
When implemented by a class, restores IParser
state and position stored by SaveState
method.
void RestoreState()
RestoreState(bool)
When implemented by a class, restores IParser
state and position stored by SaveState
method.
void RestoreState(bool restore)
Parameters
restore
boolIndicates whether
IParser
should restore it's state to previous position or simply delete information about previously stored state.