ReplacementMarkerResult
Struct in Yarn.Markup
Inherits from System.ValueType
Summary
A bundle of results from processing replacement markers.
public struct ReplacementMarkerResultConstructors
Name
Description
Convenience constructor for replacement markup results.
Convenience form of ReplacementMarkerResult(List<LineParser.MarkupDiagnostic>,int) for when there are no diagnostics.
Fields
Name
Description
The collection of diagnostics produced during processing, if any.
The number of invisible characters added into the line during processing.
See Also
IAttributeMarkerProcessor: Provides a mechanism for producing replacement text for a marker.
Last updated
Was this helpful?
