Table of Contents

Class SelectionRange

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Core.dll

A selection range around a cursor position that the user might be interested in selecting. Analogous to LspTypes SelectionRange.

public class SelectionRange
Inheritance
SelectionRange
Inherited Members

Properties

Parent

The parent selection range containing this selection range

public SelectionRange Parent { get; set; }

Property Value

SelectionRange

Range

The range of this selection range

public ParseRange Range { get; set; }

Property Value

ParseRange