Range.GetSubRanges Method

T3000 CrossPlatform

RangeGetSubRanges Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Range.GetSubRanges(System.Boolean)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public IEnumerable<Range> GetSubRanges(
	bool includeEmpty
)
Public Function GetSubRanges ( 
	includeEmpty As Boolean
) As IEnumerable(Of Range)

Dim instance As Range
Dim includeEmpty As Boolean
Dim returnValue As IEnumerable(Of Range)

returnValue = instance.GetSubRanges(includeEmpty)

Parameters

includeEmpty
Type: SystemBoolean

[Missing <param name="includeEmpty"/> documentation for "M:FastColoredTextBoxNS.Range.GetSubRanges(System.Boolean)"]

Return Value

Type: IEnumerableRange

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GetSubRanges(System.Boolean)"]

See Also