Table of Contents

Interface ITextRange

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

Represents an interface for an text range.

public interface ITextRange

Methods

Contains(TextPosition)

Indicates whether this position is inside this text range.

bool Contains(TextPosition position)

Parameters

position TextPosition

Position to check.

Returns

bool

A value indicating the position is inside the range.