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

◆ AllKeys

virtual string [] System.Collections.Specialized.NameValueCollection.AllKeys
get

Definition at line 223 of file NameValueCollection.cs.

224 {
225 get
226 {
227 string[] array;
228 if (this._allKeys == null)
229 {
230 array = base.BaseGetAllKeys();
232 }
233 return array;
234 }
235 }
class f__AnonymousType0<< Count > j__TPar