ReplacementMarkerResult
Struct in Yarn.Markup
Inherits from System.ValueType
Summary
A bundle of results from processing replacement markers.
public struct ReplacementMarkerResultConstructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Diagnostics | The collection of diagnostics produced during processing, if any. |
| InvisibleCharacters | The number of invisible characters added into the line during processing. |
See Also
- IAttributeMarkerProcessor: Provides a mechanism for producing replacement text for a marker.