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: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public readonly struct RegionVB
Public Structure RegionC++
public value class RegionF#
[<SealedAttribute>]
type Region =
struct
inherit ValueType
endConstructors
| 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
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |