TagType

Enum in Yarn.Markup

Inherits from System.Enum

Summary

A type of Yarn.Markup.MarkupAttributeMarker .

public enum TagType
{
    Open,
    Close,
    SelfClosing,
    CloseAll
}

Members

Name
Description

A closing marker. For example, [/a] .

The close-all marker, [/] .

An open marker. For example, [a] .

A self-closing marker. For example, [a/] .

Last updated

Was this helpful?