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