Table of Contents

Constructor LineAndCharacter

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

LineAndCharacter(int, int)

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

public LineAndCharacter(int line, int character)

Parameters

line int

Index of line.

character int

Index of character in the line.