using System;
using Cpp2IlInjected;
namespace System.Diagnostics
{
/// Represents the method that will handle the event or event of a .
/// The source of the event.
/// A that contains the event data.
// Token: 0x020000CF RID: 207
// (Invoke) Token: 0x060004F5 RID: 1269
[Token(Token = "0x20000CF")]
public delegate void DataReceivedEventHandler(object sender, DataReceivedEventArgs e);
}