Table of Contents

Constructor TextChangeRange

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

TextChangeRange(TextSpan, int)

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

public TextChangeRange(TextSpan span, int length)

Parameters

span TextSpan

A span of the text being changed.

length int

New length of the range.