using System;
using Cpp2IlInjected;
namespace System.IO
{
/// Represents the method that will handle the event of a class.
/// The source of the event.
/// The that contains the event data.
// Token: 0x02000204 RID: 516
// (Invoke) Token: 0x06000D49 RID: 3401
[Token(Token = "0x2000204")]
public delegate void RenamedEventHandler(object sender, RenamedEventArgs e);
}