Click or drag to resize

regexMarkerForConsole Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the regexMarkerForConsole parser rule

Namespace:  imbSCI.Data.data.text
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public regexMarkerForConsole(
	string regex,
	consoleStyleMarkerEnum __m,
	ConsoleColor fore,
	ConsoleColor back
)
Request Example View Source

Parameters

regex
Type: SystemString
The regex test for tokens
__m
Type: imbSCI.Data.enumsconsoleStyleMarkerEnum
The style marker it represents
fore
Type: SystemConsoleColor
The foreground color, foreground
back
Type: SystemConsoleColor
The background color, background.
See Also