Table of Contents

Method Outline

Namespace
Alternet.Syntax.Parsers.PowerFX
Assembly
Alternet.Syntax.Parsers.PowerFX.v10.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.

Outline(IList<IRange>, TexlNode, SpanResolver, int)

protected virtual void Outline(IList<IRange> ranges, TexlNode node, PowerFxParser.SpanResolver resolver, int level)

Parameters

ranges IList<IRange>
node TexlNode
resolver PowerFxParser.SpanResolver
level int