Range(int,int,int,int)
Last updated
Was this helpful?
Last updated
Was this helpful?
Constructor in
Initializes a new instance of the class, given start and end information.
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.