Table of Contents

Method FindInclusiveRange

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

FindInclusiveRange(int, bool)

Locates range containing specific line.

public IRange? FindInclusiveRange(int index, bool extended = false)

Parameters

index int

Position to locate range.

extended bool

Returns

IRange

IRange containing given line.