Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Xml.Text

Summary

Represents a bit of text between XML tags.

Constructors

Text(string value)
Represents a bit of text between XML tags.

Instance methods

string
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Operators

stringImplicit conversion to String.
TextImplicit conversion from String.
NodeImplicit conversion from String to Text.

Instance properties

TagRefer to the documentation for Node.AsTag.
TagCollectionRefer to the documentation for Node.AsTags.
stringProvides a debugger-friendly view of this text node.
IContent
this[string selector]
Refer to the documentation for Node.this[].
stringRefer to the documentation for Node.Value.