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)
  2. void toSDLString(Sink sink, string indent, int indentLevel)
    class Tag
    void
    toSDLString
    (
    Sink
    )
    (
    ref Sink sink
    ,
    string indent = "\t"
    ,
    int indentLevel = 0
    )
    if (
    isOutputRange!(Sink, char)
    )

Meta