Table of Contents

Class LineAndCharacterSpan

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

Representation of a text span related for the Line and Character coordinate.

public class LineAndCharacterSpan
Inheritance
LineAndCharacterSpan

Constructors

LineAndCharacterSpan(LineAndCharacter, int)

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

Properties

Length

Gets length of the span.

Start

Gets or sets location of the span within TypeScript document.

Methods

FromJs(dynamic)

Gets LineAndCharacterSpan from JS object.