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.ListDictionaryInternal.CopyTo ( Array array,
int index )
inline

Implements System.Collections.ICollection.

Definition at line 203 of file ListDictionaryInternal.cs.

204 {
205 while (array != null)
206 {
207 int rank = array.Rank;
208 int length = array.Length;
209 int num = this.count;
211 if (dictionaryNode != null)
212 {
213 object key = dictionaryNode.key;
214 object value = dictionaryNode.value;
215 if (dictionaryNode.next != null)
216 {
217 continue;
218 }
219 }
220 return;
221 }
222 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head

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