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()

virtual void System.Collections.Queue.CopyTo ( Array array,
int index )
inlinevirtual

Implements System.Collections.ICollection.

Definition at line 119 of file Queue.cs.

120 {
121 if (array == null)
122 {
123 return;
124 }
125 int rank = array.Rank;
126 int length = array.Length;
127 if (this._size != 0)
128 {
129 object[] array2 = this._array;
130 int head = this._head;
131 object[] array3 = this._array;
132 int head2 = this._head;
133 return;
134 }
135 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Queue._array, System.Collections.Queue._head, System.Collections.Queue._size, System.array, j__TPar, and System.length.