Table of Contents

Method ReparseText

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

ReparseText(bool, int, int)

Reparses entire text.

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

Parameters

useThread bool
first int
last int

ReparseText()

Reparses entire text.

public override void ReparseText()