Region(String, String) Constructor
Constructor. A region of text with a class name.
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public Region(
string className,
string text
)
Public Sub New (
className As String,
text As String
)
public:
Region(
String^ className,
String^ text
)
new :
className : string *
text : string -> Region
Parameters
- className String
- The class name to apply to the region
- text String
- The text in the region