Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Xml.Comment

Summary

Represents an XML comment.

Constructors

Comment(string content)
Constructor.

Instance methods

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

Operators

NodeImplicit conversion from String to Text.

Instance properties

TagRefer to the documentation for Node.AsTag.
TagCollectionRefer to the documentation for Node.AsTags.
stringReturns the content of this comment.
IContent
this[string selector]
Refer to the documentation for Node.this[].
stringRefer to the documentation for Node.Value.