Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
object
obj
Class in Yarn.Compiler
Inherits from System.Object
Represents a range of text in a multi-line string.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Initializes a new instance of the Range class.
Initializes a new instance of the Range class, given start and end information.
Gets or sets the end position of this range.
Gets or sets the start position of this range.
int
startLine
The zero-indexed line number of the start of the range.
int
startCharacter
The zero-indexed character number of the start of the range.
int
endLine
The zero-indexed line number of the end of the range.
int
endCharacter
The zero-indexed character number of the end of the range.