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: 0x020000D3 RID: 211
// (Invoke) Token: 0x0600050B RID: 1291
[Token(Token = "0x20000D3")]
public delegate void DataReceivedEventHandler(object sender, DataReceivedEventArgs e);
}