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

◆ NamespaceList() [2/2]

System.Xml.Schema.NamespaceList.NamespaceList ( string namespaces,
string targetNamespace )
inline

Definition at line 15 of file NamespaceList.cs.

16 {
18 string text = namespaces.Trim();
19 bool flag = text == "##any";
20 if (text._stringLength != 0)
21 {
22 bool flag2 = text == "##other";
23 int num = 1;
24 this.type = (NamespaceList.ListType)num;
25 return;
26 }
27 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Schema.NamespaceList.targetNamespace, and System.text.