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
Action.4.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000076 RID: 118
6 public sealed class Action<in T1, in T2, in T3> : MulticastDelegate
7 {
8 // Token: 0x0600039D RID: 925 RVA: 0x0000BA24 File Offset: 0x00009C24
9 public Action(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x0600039E RID: 926 RVA: 0x0000BA40 File Offset: 0x00009C40
14 public void Invoke(T1 arg1, T2 arg2, T3 arg3)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
Action(object @object, IntPtr method)
Definition Action.4.cs:9
void Invoke(T1 arg1, T2 arg2, T3 arg3)
Definition Action.4.cs:14