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

◆ XDeclaration() [2/3]

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

Definition at line 56 of file XDeclaration.cs.

57 {
58 if (other == null)
59 {
60 throw new ArgumentNullException("other");
61 }
62 _version = other._version;
63 _encoding = other._encoding;
64 _standalone = other._standalone;
65 }

References System.Xml.Linq.XDeclaration._encoding, System.Xml.Linq.XDeclaration._standalone, System.Xml.Linq.XDeclaration._version, and System.other.