Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AppendTo(StringBuilder)

  • Declared in: RT.Util.RhoNode
  • Abstract

Declaration

public abstract void AppendTo(
    StringBuilder builder
)

Summary

Appends this node and all children to the specified string builder, converting them to RhoML format that would parse back into this tree.