Table of Contents

Method Outline

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

Outline(IList<IRange>)

When implemented by a class, creates outlined sections for parsed text using result of syntax analysis and fills ranges parameter by the collection of the outlined sections.

int Outline(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Retrieves IOutlineRange collection for outlined sections.

Returns

int

Number of outlined sections.

Outline()

When implemented by a class, creates outlined sections for parsed text using result of syntax analysis.

void Outline()