Table of Contents

Method Outline

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.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 virtual int Outline(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Retrieves IOutlineRange collection for outlined sections.

Returns

int

Number of outlined sections.

Outline()

Creates outlined sections for parsed text using result of syntax analysis.

public virtual void Outline()

Outline(IList<IRange>, ISyntaxNode, int)

protected virtual void Outline(IList<IRange> ranges, ISyntaxNode node, int level)

Parameters

ranges IList<IRange>
node ISyntaxNode
level int