Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Util.RhoNode

Summary

Encapsulates one of the two possible types of RhoML nodes.

Instance methods

void
AppendTo(StringBuilder builder)
  • Abstract
Appends this node and all children to the specified string builder, converting them to RhoML format that would parse back into this tree.
string
  • Overrides: object.ToString()
Converts this node to a RhoML string.