Table of Contents

Method Reset

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

Reset()

When implemented by a class, resets IParser to the start position.

void Reset()

Reset(int, int, int)

When implemented by a class, resets IParser to the specified position.

void Reset(int line, int pos, int state)

Parameters

line int

Specifies new line index.

pos int

Specifies new position of character within the line.

state int

Specifies new State.