Table of Contents

Method RestoreState

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

RestoreState()

Restores Parser state and position stored by SaveState method.

public virtual void RestoreState()

RestoreState(bool)

Restores Parser state and position stored by SaveState method.

public virtual void RestoreState(bool restore)

Parameters

restore bool

Indicates whether Parser should restore it's state to previous position or simply delete information about previously stored state.

RestoreState(ParserState)

protected virtual void RestoreState(Parser.ParserState pstate)

Parameters

pstate Parser.ParserState