ColorizationRule(String, String) Constructor

Constructor. Defines a rule with a pattern and a class name but no region name

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public ColorizationRule(
	string pattern,
	string className
)

Parameters

pattern  String
The regular expression used to match the region text
className  String
The class name to apply to the region

See Also