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