2027 Constructor
Changes 0
C

TextRange(Int32, Int32)

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