public readonly struct RegionPublic Structure Regionpublic value class Region[<SealedAttribute>]
type Region =
struct
inherit ValueType
end| Region(String) | Constructor. A region of text with no class name. |
| Region(String, String) | Constructor. A region of text with a class name. |
| 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 |
| 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) |