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() [2/2]

void System.Collections.Generic.LinkedList< T >.CopyTo ( T[] array,
int index )
inline

Implements System.Collections.Generic.ICollection< T >.

Definition at line 163 of file LinkedList.cs.

164 {
165 if (array != null)
166 {
167 LinkedListNode linkedListNode = this.head;
168 if (linkedListNode != null)
169 {
170 LinkedListNode next = linkedListNode.next;
171 LinkedListNode linkedListNode2 = this.head;
172 }
173 return;
174 }
175 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Collections.Generic.LinkedList< T >.head, j__TPar, and System.Collections.Generic.LinkedListNode< T >.next.