2021 Constructor
Changes 0
C

TextRange

Overloads (3):
Name Return Type Description
M TextRange.() None Constructs a TextRange with default values for start and length.
M TextRange(TextRange) None Constructs a copy of the input TextRange object.
M TextRange(Int32, Int32) None Constructs a TextRange with input start and length.