Range(int,int,int,int)
Constructor in Range
Summary
Initializes a new instance of the Range class, given start and end information.
Parameters
Name | Description |
---|---|
| The zero-indexed line number of the start of the range. |
| The zero-indexed character number of the start of the range. |
| The zero-indexed line number of the end of the range. |
| The zero-indexed character number of the end of the range. |
Last updated