Table of Contents

Class LineAndCharacter

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

Zero based Line and Character coordinate.

public class LineAndCharacter
Inheritance
LineAndCharacter

Constructors

LineAndCharacter(int, int)

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

Properties

Character

Gets index of character in the line.

Line

Gets index of line.

Methods

FromJs(dynamic)

Gets LineAndCharacter from JS object.

ToString()

Returns string that represents current LineAndCharacter object.