Table of Contents

Method GetOutliningSpans

Namespace
Alternet.Common.TypeScript.Compiler
Assembly
Alternet.Common.TypeScript.v9.dll

GetOutliningSpans(string)

Gets list of outlining spans from specified document.

public IEnumerable<OutliningSpan> GetOutliningSpans(string fileName)

Parameters

fileName string

File name contains source code.

Returns

IEnumerable<OutliningSpan>

The set of outlining sections for the given document.