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
NotifyCollectionChangedEventHandler.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000008 RID: 8
10 {
11 // Token: 0x06000022 RID: 34 RVA: 0x00002378 File Offset: 0x00000578
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x06000023 RID: 35 RVA: 0x000023D8 File Offset: 0x000005D8
27
28 // Token: 0x06000024 RID: 36 RVA: 0x0000212A File Offset: 0x0000032A
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x06000025 RID: 37 RVA: 0x000023FC File Offset: 0x000005FC
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, NotifyCollectionChangedEventArgs e)
IAsyncResult BeginInvoke(object sender, NotifyCollectionChangedEventArgs e, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371