using System; using Cpp2IlInjected; namespace System { /// Encapsulates a method that has a single parameter and does not return a value. /// The parameter of the method that this delegate encapsulates. /// The type of the parameter of the method that this delegate encapsulates. // Token: 0x0200009E RID: 158 // (Invoke) Token: 0x060004A1 RID: 1185 [Token(Token = "0x200009E")] public delegate void Action(T obj); }