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
CollectionChangeEventArgs.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000358")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600165E")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E4069C", Offset = "0x1E4069C", Length = "0x74")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventArgs), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x1700051B")]
22 public virtual CollectionChangeAction Action
23 {
25 [global::Cpp2ILInjected.Token(Token = "0x600165F")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E40710", Offset = "0x1E40710", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x1700051C")]
35 public virtual object Element
36 {
38 [global::Cpp2ILInjected.Token(Token = "0x6001660")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1E40718", Offset = "0x1E40718", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 get
42 {
43 throw null;
44 }
45 }
46
48 [global::Cpp2ILInjected.Token(Token = "0x40011DC")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
51
53 [global::Cpp2ILInjected.Token(Token = "0x40011DD")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
55 private readonly object <Element>k__BackingField;
56 }
57}
class f__AnonymousType0<< Count > j__TPar
readonly CollectionChangeAction< Action > k__BackingField
CollectionChangeEventArgs(CollectionChangeAction action, object element)