TextRange(Int32, Int32)
Description:
Constructs a TextRange with input start and length.
Constructs a TextRange with input start and length.
Remarks:
The input value for start as well as length should not be negative.
The input value for start as well as length should not be negative.
Overloads (3):
public TextRange(
int start,
int length
)
-
Int32start
-
Int32length
-
The given value for start is negative. -or- The given value for length is negative.