'Declaration Public Function New( _ ByVal lineIndex As System.Integer, _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer _ )
public TextLineFragment( System.int lineIndex, System.int startIndex, System.int length )
Parameters
- lineIndex
- The value of LineIndex.
- startIndex
- The value of StartIndex.
- length
- The value of Length.