Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.RhoText

Summary

Encapsulates a text node in a RhoML tree.

Constructors

RhoText(string text)
Constructor.

Instance methods

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

Instance properties

stringGets or sets the text string represented by this instance. Not null.