[]
Initializes a new instance of the TextRange struct.
public TextRange(int startPosition, int length)
Public Sub New(startPosition As Integer, length As Integer)
| Type | Name | Description |
|---|---|---|
| int | startPosition | The start position. |
| int | length | The length. |