VisualBasicFormattingInfoSplitRegions Method

Splits the source code into language regions.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public IEnumerable<LanguageRegion> SplitRegions(
	string code,
	int index,
	int length
)

Parameters

code  String
The code.
index  Int32
The index in the code to start at.
length  Int32
The number of characters from index to process.

Return Value

IEnumerableLanguageRegion
A list of language regions.

Implements

IMultilanguageFormattingInfoSplitRegions(String, Int32, Int32)

See Also