using System;
using Cpp2IlInjected;
namespace System.Timers
{
/// Represents the method that will handle the event of a .
/// The source of the event.
/// An object that contains the event data.
// Token: 0x02000099 RID: 153
// (Invoke) Token: 0x060002F4 RID: 756
[Token(Token = "0x2000099")]
public delegate void ElapsedEventHandler(object sender, ElapsedEventArgs e);
}