Table of Contents

Method StartParsing

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

StartParsing(string, int, int)

Prepares parser to parse the specified range of the text.

public override void StartParsing(string fileName, int first, int last)

Parameters

fileName string

Filename to parse

first int

Specifies first changed line in the source text.

last int

Specifies last changed line in the source text.