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: 0x02000097 RID: 151
// (Invoke) Token: 0x06000486 RID: 1158
[Token(Token = "0x2000097")]
public delegate void Action(T obj);
}