Table of Contents

Constructor DocumentSpan

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

DocumentSpan(TextSpan, string)

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

public DocumentSpan(TextSpan textSpan, string fileName)

Parameters

textSpan TextSpan

Location within the document.

fileName string

Full file name of the document.