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

◆ XmlBaseConverter() [3/5]

System.Xml.Schema.XmlBaseConverter.XmlBaseConverter ( XmlBaseConverter converterAtomic)
inlineprotected

Definition at line 34 of file XmlBaseConverter.cs.

35 {
36 XmlSchemaType xmlSchemaType = converterAtomic.schemaType;
37 long num = 0L;
39 XmlTypeCode xmlTypeCode = converterAtomic.typeCode;
41 Type type = Array.CreateInstance(converterAtomic.clrTypeDefault, (int)num).GetType();
43 }
class f__AnonymousType0<< Count > j__TPar
static Array CreateInstance(Type elementType, params long[] lengths)
Definition Array.cs:16

References System.Array.CreateInstance(), j__TPar, and System.L.