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.5.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000077 RID: 119
6
public
sealed
class
Action
<
in
T1,
in
T2,
in
T3,
in
T4> :
MulticastDelegate
7
{
8
// Token: 0x0600039F RID: 927 RVA: 0x0000BA50 File Offset: 0x00009C50
9
public
Action
(
object
@
object
,
IntPtr
method
)
10
{
11
}
12
13
// Token: 0x060003A0 RID: 928 RVA: 0x0000BA70 File Offset: 0x00009C70
14
public
void
Invoke
(T1
arg1
, T2
arg2
, T3
arg3
, T4
arg4
)
15
{
16
}
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Action.Action
Action(object @object, IntPtr method)
Definition
Action.5.cs:9
System.Action.Invoke
void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Definition
Action.5.cs:14
System.Action
Definition
Action.5.cs:7
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Action.5.cs
Generated by
1.10.0