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

◆ Push()

virtual void System.Collections.Stack.Push ( object obj)
inlinevirtualinherited

Definition at line 198 of file Stack.cs.

199 {
200 object[] array = this._array;
201 int size = this._size;
202 object[] array2 = this._array;
203 int size2 = this._size;
204 int size3 = this._size;
206 if (obj == null || obj != null)
207 {
208 int version = this._version;
209 this._version = version;
210 return;
211 }
212 throw new ArrayTypeMismatchException();
213 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Stack._array, System.Collections.Stack._size, System.Collections.Stack._version, System.array, j__TPar, and System.obj.