Table of Contents

Constructor TextSpan

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

TextSpan(int, int)

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

public TextSpan(int start, int length)

Parameters

start int

Starting point of the span.

length int

Length of the span.