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

◆ CopyTo()

void System.Collections.Specialized.ListDictionary.CopyTo ( Array array,
int index )
inline

Implements System.Collections.ICollection.

Definition at line 226 of file ListDictionary.cs.

227 {
228 while (array != null)
229 {
230 int length = array.Length;
231 int num = this.count;
233 if (dictionaryNode != null)
234 {
235 object key = dictionaryNode.key;
236 object value = dictionaryNode.value;
237 if (dictionaryNode.next != null)
238 {
239 continue;
240 }
241 }
242 return;
243 }
244 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Collections.Specialized.ListDictionary.count, System.Collections.Specialized.ListDictionary.head, j__TPar, System.key, System.length, and System.value.