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

◆ XmlDeclaration()

System.Xml.XmlDeclaration.XmlDeclaration ( string version,
string encoding,
string standalone,
XmlDocument doc )
inlinepackage

Definition at line 10 of file XmlDeclaration.cs.

11 : base(doc)
12 {
13 bool flag = this.IsValidXmlVersion(version);
14 if (standalone != null)
15 {
16 int stringLength = standalone._stringLength;
17 bool flag2 = standalone != "yes";
18 bool flag3 = standalone != "no";
19 }
20 if (encoding == null)
21 {
22 }
25 }
class f__AnonymousType0<< Count > j__TPar
bool IsValidXmlVersion(string ver)

References System.Xml.XmlDeclaration.encoding, System.Xml.XmlDeclaration.IsValidXmlVersion(), j__TPar, System.Xml.XmlDeclaration.standalone, and System.Xml.XmlDeclaration.version.