ReplacementMarkerResult(List<LineParser.MarkupDiagnostic>,int)
Last updated
Was this helpful?
Constructor in ReplacementMarkerResult
Convenience constructor for replacement markup results.
public ReplacementMarkerResult(List<LineParser.MarkupDiagnostic> diagnostics, int invisibleCharacters)System.Collections.Generic.List<Yarn.Markup.LineParser.MarkupDiagnostic> diagnostics
The diagnostics generated during processing
int invisibleCharacters
the number of invisible characters generated during processing.
Last updated
Was this helpful?
Was this helpful?
