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

◆ XProcessingInstruction() [2/3]

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

Definition at line 64 of file XProcessingInstruction.cs.

65 {
66 if (other == null)
67 {
68 throw new ArgumentNullException("other");
69 }
70 target = other.target;
71 data = other.data;
72 }

References System.Xml.Linq.XProcessingInstruction.data, System.other, and System.Xml.Linq.XProcessingInstruction.target.