Table of Contents

Method ReparseText

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

ReparseText(bool, int, int)

Reparses entire text.

Specifies whether parser should perform the task in the separate thread Specifies first changed line in the source text. Specifies last changed line in the source text.
public virtual void ReparseText(bool useThread, int first, int last)

Parameters

useThread bool
first int
last int

ReparseText(bool)

Reparses entire text.

Specifies whether parser should perform the task in the separate thread
public virtual void ReparseText(bool useThread)

Parameters

useThread bool

ReparseText()

Reparses entire text.

public virtual void ReparseText()