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() [8/9]

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

Definition at line 114 of file XmlAtomicValue.cs.

115 {
116 do
117 {
118 base..ctor();
119 if (value == null)
120 {
121 return;
122 }
123 }
124 while (xmlType == null);
125 }
class f__AnonymousType0<< Count > j__TPar

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