Range(int,int,int,int)

Constructor in Range

Summary

Initializes a new instance of the Range class, given start and end information.

public Range(int startLine, int startCharacter, int endLine, int endCharacter)

Parameters

NameDescription
int startLineThe zero-indexed line number of the start of the range.
int startCharacterThe zero-indexed character number of the start of the range.
int endLineThe zero-indexed line number of the end of the range.
int endCharacterThe zero-indexed character number of the end of the range.