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

◆ Clone()

virtual object System.Collections.Stack.Clone ( )
inlinevirtualinherited

Implements System.ICloneable.

Definition at line 84 of file Stack.cs.

85 {
86 int size = this._size;
87 int size2 = this._size;
88 object[] array = this._array;
89 int size3 = this._size;
90 int version = this._version;
91 return array;
92 }
class f__AnonymousType0<< Count > j__TPar

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