LanguageRegion Class |
Namespace: Ookii.FormatC
The LanguageRegion type exposes the following members.
| Name | Description | |
|---|---|---|
| LanguageRegion | Initializes a new instance of the LanguageRegion class |
| Name | Description | |
|---|---|---|
| CssClass |
Gets or sets the CSS class for the entire language region.
| |
| FormattingInfo |
Gets or sets the formatting info used to highlight the language region.
| |
| Length |
Gets or sets the length of the language region.
| |
| NeedsFullContext |
Gets or sets a value indicating whether the formatter needs the full source for context, not just the region itself.
| |
| Start |
Gets or sets the index in the source code of the first character of the language region.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
The specified region may itself contain multiple language regions if the formatter specified is not and implements IMultilanguageFormattingInfo.