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

Implements System.Collections.ICollection.

Definition at line 95 of file Stack.cs.

96 {
97 if (array == null)
98 {
99 return;
100 }
101 int rank = array.Rank;
102 int length = array.Length;
103 int size = this._size;
104 int size2 = this._size;
105 if (array != null)
106 {
107 object[] array2 = this._array;
108 if (array != null)
109 {
110 if (array == null)
111 {
112 throw new ArrayTypeMismatchException();
113 }
114 int size3 = this._size;
115 }
116 return;
117 }
118 object[] array3 = this._array;
119 int size4 = this._size;
120 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Stack._array, System.Collections.Stack._size, System.array, j__TPar, and System.length.