MarkupDiagnostic
Struct in LineParser
Inherits from System.ValueType
Summary
Represents a diagnostic message produced during markup parsing.
public struct MarkupDiagnostic : IEquatable<MarkupDiagnostic>Constructors
| Name | Description |
|---|---|
| MarkupDiagnostic(string,int) | Initialises a new instance of the MarkupDiagnostic struct. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| Equals(MarkupDiagnostic) | |
| GetHashCode() |
Properties
| Name | Description |
|---|---|
| Column | Gets the zero-based column index of the start of the range at which this diagnostic appears. |
| Message | Gets the text of the diagnostic. |