using System;
using Cpp2IlInjected;
namespace System
{
/// Represents the method that will handle the event of a .
/// The source of the event.
/// A object that contains the event data.
// Token: 0x020000CA RID: 202
// (Invoke) Token: 0x0600061A RID: 1562
[Token(Token = "0x20000CA")]
public delegate void ConsoleCancelEventHandler(object sender, ConsoleCancelEventArgs e);
}