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

◆ AddNamespaceList()

void System.Xml.Schema.SymbolsDictionary.AddNamespaceList ( NamespaceList list,
object particle,
bool allowLocal )
inline

Definition at line 72 of file SymbolsDictionary.cs.

73 {
74 if (list.type == NamespaceList.ListType.Any)
75 {
76 this.particleLast = particle;
77 return;
78 }
79 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.list.

Referenced by System.Xml.Schema.ParticleContentValidator.AddNamespaceList().