Tag.toSDLString

Output this entire tag in SDL format. Does not treat this as a root tag. If you intend this to be the root of a standard SDL document, use toSDLDocument instead.

  1. string toSDLString(string indent, int indentLevel)
    class Tag
    string
    toSDLString
    ()
    (
    string indent = "\t"
    ,
    int indentLevel = 0
    )
  2. void toSDLString(Sink sink, string indent, int indentLevel)

Meta