Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XDocument() [4/4]

System.Xml.Linq.XDocument.XDocument ( XDocument other)
inline

Definition at line 47 of file XDocument.cs.

48 : base(other)
49 {
50 if (other._declaration != null)
51 {
52 _declaration = new XDeclaration(other._declaration);
53 }
54 }
XDeclaration _declaration
Definition XDocument.cs:11

References System.Xml.Linq.XDocument._declaration, and System.other.