Method WithLength
WithLength(int)
Creates a new TextSpan from existing Start and new length.
public CodeCompletionList.TextSpan WithLength(int length)
Parameters
length
intThe length of the span.
Returns
- CodeCompletionList.TextSpan
New TextSpan object.