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: 0x02000208 RID: 520
// (Invoke) Token: 0x06000D5F RID: 3423
[Token(Token = "0x2000208")]
public delegate void RenamedEventHandler(object sender, RenamedEventArgs e);
}