Region(String, String) Constructor

Constructor. A region of text with a class name.

Definition

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

Parameters

className  String
The class name to apply to the region
text  String
The text in the region

See Also