Table of Contents

Constructor DocumentHighlights

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v10.dll

DocumentHighlights(string, IEnumerable<TextSpan>)

Initializes a new instance of the ReferenceEntry class with specified parameters.

public DocumentHighlights(string fileName, IEnumerable<TextSpan> highlightSpans)

Parameters

fileName string

Full file name of the document.

highlightSpans IEnumerable<TextSpan>

The source locations for a given symbol.