Region Structure

This defines a region of colorized code

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
public struct Region
Inheritance
Object    ValueType    Region

Constructors

Region(String) Constructor. A region of text with no class name.
Region(String, String) Constructor. A region of text with a class name.

Properties

ClassName This read-only property returns the class name used to colorize the text
Text This read-only property returns the text in the region

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also