Enum in Yarn.Markup
Inherits from System.Enum
System.Enum
A type of Yarn.Markup.MarkupAttributeMarker .
Yarn.Markup.MarkupAttributeMarker
public enum TagType { Open, Close, SelfClosing, CloseAll }
Close
A closing marker. For example, [/a] .
[/a]
CloseAll
The close-all marker, [/] .
[/]
Open
An open marker. For example, [a] .
[a]
SelfClosing
A self-closing marker. For example, [a/] .
[a/]
Last updated 8 months ago
Was this helpful?