Table of Contents

Constructor LineAndCharacterSpan

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

LineAndCharacterSpan(LineAndCharacter, int)

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

public LineAndCharacterSpan(LineAndCharacter start, int length)

Parameters

start LineAndCharacter

Location of the span within TypeScript document.

length int

Length of the span.