Range(int,int,int,int)
public Range(int startLine, int startCharacter, int endLine, int endCharacter)
Name | Description |
---|---|
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. |
Last modified 21d ago