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

◆ ToString()

override string System.Xml.Schema.NamespaceList.ToString ( )
inline

Definition at line 112 of file NamespaceList.cs.

113 {
114 if (this.type == NamespaceList.ListType.Any)
115 {
116 return "##any";
117 }
119 if (hashtable != null)
120 {
121 }
122 string text = this.targetNamespace;
123 if (hashtable._buckets != null)
124 {
125 }
126 long num = 0L;
127 int num2 = 13;
128 if (hashtable != null)
129 {
130 }
131 if (num == 0L)
132 {
133 while (num2 != 0)
134 {
135 }
136 throw new InvalidCastException();
137 }
138 throw new OutOfMemoryException();
139 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636
NamespaceList.ListType type

References System.Collections.Hashtable._buckets, j__TPar, System.L, System.Xml.Schema.NamespaceList.targetNamespace, System.text, and System.Xml.Schema.NamespaceList.type.