terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ XDeclaration() [2/2]

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

Definition at line 17 of file XDeclaration.cs.

18 {
19 do
20 {
21 base..ctor();
22 }
23 while (other == null);
24 string version = other._version;
25 this._version = version;
26 string standalone = other._standalone;
27 this._standalone = standalone;
28 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.