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

Initialises a new instance of the MarkupDiagnostic struct.

Methods

Properties

Name
Description

Gets the zero-based column index of the start of the range at which this diagnostic appears.

Gets the text of the diagnostic.

TYPENAME_UNKNOWN_PLURAL

Last updated

Was this helpful?