ICSharpCode.AvalonEdit.Editing.Selection.SetEndpoint C# (CSharp) Method

SetEndpoint() public abstract method

Returns a new selection with the changed end point.
Cannot set endpoint for empty selection
public abstract SetEndpoint ( int newEndOffset ) : Selection
newEndOffset int
return Selection
        public abstract Selection SetEndpoint(int newEndOffset);