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