Table of Contents

Method ParseText

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

ParseText(int, ref StringItemInfo[])

Performs lexical analysis of given text.

public void ParseText(int line, ref StringItemInfo[] colorData)

Parameters

line int

Specifies current line within the text.

colorData StringItemInfo[]

Receives color data representing lexical information of the given text line.