Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Xml.XmlDocument

Summary

Encapsulates an XML document.

Constructors

XmlDocument(Declaration declaration, Tag root, params ValueTuple<Comment, CommentPlacement>[] comments)
Encapsulates an XML document.

Instance methods

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

Instance properties

ValueTuple<Comment, CommentPlacement>[]Returns XML comments outside of the root tag (XmlDocument.Root).
DeclarationReturns the XML declaration, or null if none is present.
TagReturns the root XML tag.