Click or drag to resize

VisualBasicFormattingInfoSplitRegions Method

Splits the source code into language regions.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public IEnumerable<LanguageRegion> SplitRegions(
	string code,
	int index,
	int length
)

Parameters

code
Type: SystemString
The code.
index
Type: SystemInt32
The index in the code to start at.
length
Type: SystemInt32
The number of characters from index to process.

Return Value

Type: IEnumerableLanguageRegion
A list of language regions.

Implements

IMultilanguageFormattingInfoSplitRegions(String, Int32, Int32)
See Also