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

◆ Count

int System.Collections.Generic.Queue< T >.Count
getset

Implements System.Collections.Generic.ICollection< T >.

Definition at line 52 of file Queue.cs.

53 {
54 [global::Cpp2ILInjected.Token(Token = "0x6003106")]
55 [global::Cpp2ILInjected.Address(RVA = "0x181E0D0", Offset = "0x181E0D0", Length = "0x8")]
56 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 get
59 {
60 throw null;
61 }
62 }