Table of Contents

Method FindOverlappingSegments

Namespace
Terminal.Gui.Editor.Document
Assembly
Terminal.Gui.Editor.dll

FindOverlappingSegments(ISegment)

public ReadOnlyCollection<T> FindOverlappingSegments(ISegment segment)

Parameters

segment ISegment

Returns

ReadOnlyCollection<T>

FindOverlappingSegments(int, int)

public ReadOnlyCollection<T> FindOverlappingSegments(int offset, int length)

Parameters

offset int
length int

Returns

ReadOnlyCollection<T>