Class TextChangeRange
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Describes a single change when a particular span is adjusted with a new range.
public class TextChangeRange
- Inheritance
-
TextChangeRange
Constructors
- TextChangeRange(TextSpan, int)
Initializes a new instance of the
TextChangeRange
class with specified parameters.
Properties
- Length
Gets a new length of the range.
- Span
Gets a span of the text being changed.