GetSubRanges Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public IEnumerable<Range> GetSubRanges(
	bool includeEmpty
)
Visual Basic
Public Function GetSubRanges ( _
	includeEmpty As Boolean _
) As IEnumerable(Of Range)
Visual C++
public:
IEnumerable<Range^>^ GetSubRanges(
	bool includeEmpty
)

Parameters

includeEmpty
Type: System..::..Boolean

See Also