Method Outline
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
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
ISyntaxNodelevel
int