MarkupDiagnostic(string,int)
Last updated
Was this helpful?
Constructor in MarkupDiagnostic
Initialises a new instance of the MarkupDiagnostic struct.
public MarkupDiagnostic(string message, int column = -1)string message
The diagnostic text.
int column
The zero-based first column of the diagnostic's range.
Last updated
Was this helpful?
Was this helpful?
