Table of Contents

Method Outline

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

Outline(IList<IRange>)

Creates outlined sections for parsed text using result of syntax analysis and fills ranges parameter by the collection of the outlined sections.

public override int Outline(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Retrieves IOutlineRange collection for outlined sections.

Returns

int

Number of outlined sections.