Table of Contents

Method WithLength

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

WithLength(int)

Creates a new TextSpan from existing Start and new length.

public CodeCompletionList.TextSpan WithLength(int length)

Parameters

length int

The length of the span.

Returns

CodeCompletionList.TextSpan

New TextSpan object.