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.2.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000074 RID: 116
6 public sealed class Action<in T> : MulticastDelegate
7 {
8 // Token: 0x06000399 RID: 921 RVA: 0x0000B9CC File Offset: 0x00009BCC
9 public Action(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x0600039A RID: 922 RVA: 0x0000B9E8 File Offset: 0x00009BE8
14 public void Invoke(T obj)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
Action(object @object, IntPtr method)
Definition Action.2.cs:9
void Invoke(T obj)
Definition Action.2.cs:14