terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
GenericStack.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000006")]
9 public class GenericStack : Stack
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000006")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F69E04", Offset = "0x1F69E04", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUI", Member = ".cctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUILayoutUtility.LayoutCache", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Stack), Member = ".ctor", ReturnType = typeof(void))]
17 public GenericStack()
18 {
19 throw null;
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
virtual int Count
Definition Stack.cs:58