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
stringFull file name of the document.
highlightSpans
IEnumerable<TextSpan>The source locations for a given symbol.