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

◆ Add() [1/2]

void System.Collections.Specialized.NameValueCollection.Add ( NameValueCollection c)
inline

Definition at line 66 of file NameValueCollection.cs.

67 {
68 while (c == null)
69 {
70 }
71 if (c != null)
72 {
73 ArrayList entriesArray = c._entriesArray;
74 return;
75 }
76 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Specialized.NameObjectCollectionBase._entriesArray, and j__TPar.