ReplacementMarkerResult

Struct in Yarn.Markup

Inherits from System.ValueType

Summary

A bundle of results from processing replacement markers.

public struct ReplacementMarkerResult

Constructors

NameDescription
ReplacementMarkerResult(List<LineParser.MarkupDiagnostic>,int)Convenience constructor for replacement markup results.
ReplacementMarkerResult(int)Convenience form of ReplacementMarkerResult(List<LineParser.MarkupDiagnostic>,int) for when there are no diagnostics.

Fields

NameDescription
DiagnosticsThe collection of diagnostics produced during processing, if any.
InvisibleCharactersThe number of invisible characters added into the line during processing.

See Also