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

◆ CopyKeys()

void System.Collections.Hashtable.CopyKeys ( Array array,
int arrayIndex )
inlineprivateinherited

Definition at line 187 of file Hashtable.cs.

188 {
189 Hashtable.bucket[] buckets = this._buckets;
190 if (array != null)
191 {
193 }
194 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets, and j__TPar.