Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: XmlDocument(Declaration, Tag, params ValueTuple<Comment, CommentPlacement>[])

Declaration

public XmlDocument(
    Declaration declaration,
    Tag root,
    params ValueTuple<Comment, CommentPlacement>[] comments
)

Summary

Encapsulates an XML document.

Parameters

Declarationdeclaration An optional XML declaration (occurs before the root tag).
Tagroot The root tag (main XML content).
ValueTuple<Comment, CommentPlacement>[]comments A set of comments that occur outside of the root tag.