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

◆ XmlAtomicValue() [6/9]

System.Xml.Schema.XmlAtomicValue.XmlAtomicValue ( XmlSchemaType xmlType,
string value )
inlinepackage

Definition at line 76 of file XmlAtomicValue.cs.

77 {
78 do
79 {
80 base..ctor();
81 if (value == null)
82 {
83 return;
84 }
85 }
86 while (xmlType == null);
89 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.value, and System.Xml.Schema.XmlAtomicValue.xmlType.