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

void System.Xml.ByteStack.Push ( byte data)
inline

Definition at line 16 of file ByteStack.cs.

17 {
18 int num = this.top;
19 int num2 = this.growthRate;
20 int num3 = this.top;
21 byte[] array = this.stack;
22 int num4 = this.top;
23 int num5 = this.size;
24 int num6 = this.growthRate;
26 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.ByteStack.growthRate, j__TPar, System.Xml.ByteStack.size, System.Xml.ByteStack.stack, and System.Xml.ByteStack.top.