Constructor LineAndCharacterSpan
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
LineAndCharacterSpan(LineAndCharacter, int)
Initializes a new instance of the LineAndCharacterSpan
class with specified parameters.
public LineAndCharacterSpan(LineAndCharacter start, int length)
Parameters
start
LineAndCharacterLocation of the span within TypeScript document.
length
intLength of the span.